Html Css Color HEX #EAF010 Lemon

📋 copy color: '#EAF010'

red 234 ◦ green 240 ◦ blue 16

#EAF010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EAF010

Tints of Lemon #EAF010

RGB

 RED value IS 234 (91.8% from 255) = 47.76%

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 47.76%
G = 48.98%
B = 3.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EAF010 (or 0xEAF010) is known color: Lemon. HEX triplet: EA, F0 and 10. RGB value is (234,240,16). Sum of RGB (Red+Green+Blue) = 234+240+16=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 16 (6.64% from 255 or 3.27% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF010 is #150FEF. Grayscale: #D5D5D5. Windows color (decimal): -1380336 or 1110250. OLE color: 1110250.

HSL color Cylindrical-coordinate representation of color #EAF010: hue angle of 61.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAF010 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 16 -
CMYK 0.02 0 0.93 0.06
HSL 61.61º 0.88% 0.5% -
HSV(B) 61.61º 0.93% 0.94% -
XYZ 65.19 79.85 12.47 -
YUV 212.67 17.01 143.21 -
System Red Green Blue C M Y K H S L
Decimal 234 240 16 0.02 0 0.93 0.06 61.61 0.88 0.5
Hex EA F0 10 2 0 5D 6 3E 58 32
Octal 352 360 20 2 0 135 6 76 130 62
Binary 11101010 11110000 10000 10 0 1011101 110 111110 1011000 110010

Color Harmonies of #EAF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF010

Black with #EAF010

Text Example


Text Example

White with #EAF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF010; }

 p { color: rgb(234,240,16); }

 H1.HeaderClassName
 {
   color: #EAF010;
 }
 .AnyTagClassName
 {
   color: #EAF010;
 }
</style>

background-color css

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

 a { background-color: rgb(234,240,16); }

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

border-color css

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

 span { border-color: rgb(234,240,16); }

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