Html Css Color HEX #EAF314 Lemon

📋 copy color: '#EAF314'

red 234 ◦ green 243 ◦ blue 20

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

Shades of Lemon #EAF314

Tints of Lemon #EAF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

 BLUE value IS 20 (8.2% from 255) = 4.02%

R = 47.08%
G = 48.89%
B = 4.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EAF314 (or 0xEAF314) is known color: Lemon. HEX triplet: EA, F3 and 14. RGB value is (234,243,20). Sum of RGB (Red+Green+Blue) = 234+243+20=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF314 is #150CEB. Grayscale: #D7D7D7. Windows color (decimal): -1379564 or 1373162. OLE color: 1373162.

HSL color Cylindrical-coordinate representation of color #EAF314: hue angle of 62.42º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAF314 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 243 20 -
CMYK 0.04 0 0.92 0.05
HSL 62.42º 0.9% 0.52% -
HSV(B) 62.42º 0.92% 0.95% -
XYZ 66.11 81.64 12.94 -
YUV 214.89 18.02 141.63 -
System Red Green Blue C M Y K H S L
Decimal 234 243 20 0.04 0 0.92 0.05 62.42 0.9 0.52
Hex EA F3 14 4 0 5C 5 3E 5A 34
Octal 352 363 24 4 0 134 5 76 132 64
Binary 11101010 11110011 10100 100 0 1011100 101 111110 1011010 110100

Color Harmonies of #EAF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF314

Black with #EAF314

Text Example


Text Example

White with #EAF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF314; }

 p { color: rgb(234,243,20); }

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

background-color css

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

 a { background-color: rgb(234,243,20); }

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

border-color css

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

 span { border-color: rgb(234,243,20); }

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