Html Css Color HEX #EAF319 Lemon

📋 copy color: '#EAF319'

red 234 ◦ green 243 ◦ blue 25

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

Shades of Lemon #EAF319

Tints of Lemon #EAF319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.98%

R = 46.61%
G = 48.41%
B = 4.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#EAF319 (or 0xEAF319) is known color: Lemon. HEX triplet: EA, F3 and 19. RGB value is (234,243,25). Sum of RGB (Red+Green+Blue) = 234+243+25=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF319 is #150CE6. Grayscale: #D8D8D8. Windows color (decimal): -1379559 or 1700842. OLE color: 1700842.

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

Color convert

RGB 234 243 25 -
CMYK 0.04 0 0.90 0.05
HSL 62.48º 0.9% 0.53% -
HSV(B) 62.48º 0.9% 0.95% -
XYZ 66.16 81.66 13.2 -
YUV 215.46 20.52 141.23 -
System Red Green Blue C M Y K H S L
Decimal 234 243 25 0.04 0 0.90 0.05 62.48 0.9 0.53
Hex EA F3 19 4 0 5A 5 3E 5A 35
Octal 352 363 31 4 0 132 5 76 132 65
Binary 11101010 11110011 11001 100 0 1011010 101 111110 1011010 110101

Color Harmonies of #EAF319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF319

Black with #EAF319

Text Example


Text Example

White with #EAF319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF319; }

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

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

background-color css

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

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

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

border-color css

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

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

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