Html Css Color HEX #EAF21C Lemon

📋 copy color: '#EAF21C'

red 234 ◦ green 242 ◦ blue 28

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

Shades of Lemon #EAF21C

Tints of Lemon #EAF21C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

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

R = 46.43%
G = 48.02%
B = 5.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#EAF21C (or 0xEAF21C) is known color: Lemon. HEX triplet: EA, F2 and 1C. RGB value is (234,242,28). Sum of RGB (Red+Green+Blue) = 234+242+28=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 28 (11.33% from 255 or 5.56% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF21C is #150DE3. Grayscale: #D8D8D8. Windows color (decimal): -1379812 or 1897194. OLE color: 1897194.

HSL color Cylindrical-coordinate representation of color #EAF21C: hue angle of 62.24º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF21C is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 28 -
CMYK 0.03 0 0.88 0.05
HSL 62.24º 0.89% 0.53% -
HSV(B) 62.24º 0.88% 0.95% -
XYZ 65.89 81.08 13.28 -
YUV 215.21 22.35 141.4 -
System Red Green Blue C M Y K H S L
Decimal 234 242 28 0.03 0 0.88 0.05 62.24 0.89 0.53
Hex EA F2 1C 3 0 58 5 3E 59 35
Octal 352 362 34 3 0 130 5 76 131 65
Binary 11101010 11110010 11100 11 0 1011000 101 111110 1011001 110101

Color Harmonies of #EAF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF21C

Black with #EAF21C

Text Example


Text Example

White with #EAF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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