#EAF43D

Color #EAF43D Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EAF43D

Tints of Starship #EAF43D

Color information

#EAF43D (or 0xEAF43D) is unknown color: approx Starship. HEX triplet: EA, F4 and 3D. RGB value is (234,244,61). Sum of RGB (Red+Green+Blue) = 234+244+61=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 61 (24.22% from 255 or 11.32% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF43D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF43D is #150BC2. Grayscale: #DCDCDC. Windows color (decimal): -1379267 or 4060394. OLE color: 4060394.

HSL color Cylindrical-coordinate representation of color #EAF43D: hue angle of 63.28º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF43D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB23424461-
CMYK0.0400.750.04
HSL63.28º89.27%59.8%-
HSV(B)63.28º75%95.69%-
XYZ67.1282.5316.81-
YUV220.1538.19137.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 244 (95.70% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 11.32%
R=43.41%
G=45.27%
B=11.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234244610.0400.750.0463.2889.2759.8
HexEAF43D404B43f593c
Octal352364754011347713174
Binary1110101011110100111101100010010111001111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF43D; }

 p { color: rgb(234,244,61); }

 H1.HeaderClassName
 {
   color: #EAF43D;
 }
 .AnyTagClassName
 {
   color: #EAF43D;
 }
</style>
background-color css

<style>
 a { background-color: #EAF43D; }

 a { background-color: rgb(234,244,61); }

 div.DivClassName
 {
   background-color: #EAF43D;
 }
 .BgClassName
 {
   background-color: #EAF43D;
 }
</style>
border-color css

<style>
 span { border-color: #EAF43D; }

 span { border-color: rgb(234,244,61); }

 td.TdClassName
 {
   border-color: #EAF43D;
 }
 .TagClassName
 {
   border-color: #EAF43D;
 }
</style>