Html Css Color HEX #EAF01C Lemon

📋 copy color: '#EAF01C'

red 234 ◦ green 240 ◦ blue 28

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

Shades of Lemon #EAF01C

Tints of Lemon #EAF01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.58%

R = 46.61%
G = 47.81%
B = 5.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EAF01C (or 0xEAF01C) is known color: Lemon. HEX triplet: EA, F0 and 1C. RGB value is (234,240,28). Sum of RGB (Red+Green+Blue) = 234+240+28=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 28 (11.33% from 255 or 5.58% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF01C is #150FE3. Grayscale: #D6D6D6. Windows color (decimal): -1380324 or 1896682. OLE color: 1896682.

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

Color convert

RGB 234 240 28 -
CMYK 0.02 0 0.88 0.06
HSL 61.7º 0.88% 0.53% -
HSV(B) 61.7º 0.88% 0.94% -
XYZ 65.3 79.9 13.08 -
YUV 214.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 234 240 28 0.02 0 0.88 0.06 61.7 0.88 0.53
Hex EA F0 1C 2 0 58 6 3E 58 35
Octal 352 360 34 2 0 130 6 76 130 65
Binary 11101010 11110000 11100 10 0 1011000 110 111110 1011000 110101

Color Harmonies of #EAF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF01C

Black with #EAF01C

Text Example


Text Example

White with #EAF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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