Html Css Color HEX #EAF404 Chartreuse Yellow

📋 copy color: '#EAF404'

red 234 ◦ green 244 ◦ blue 4

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

Shades of Chartreuse Yellow #EAF404

Tints of Chartreuse Yellow #EAF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.62%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 48.55%
G = 50.62%
B = 0.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#EAF404 (or 0xEAF404) is known color: Chartreuse Yellow. HEX triplet: EA, F4 and 04. RGB value is (234,244,4). Sum of RGB (Red+Green+Blue) = 234+244+4=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF404 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF404 is #150BFB. Grayscale: #D6D6D6. Windows color (decimal): -1379324 or 324842. OLE color: 324842.

HSL color Cylindrical-coordinate representation of color #EAF404: hue angle of 62.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAF404 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 4 -
CMYK 0.04 0 0.98 0.04
HSL 62.5º 0.97% 0.49% -
HSV(B) 62.5º 0.98% 0.96% -
XYZ 66.3 82.2 12.49 -
YUV 213.65 9.69 142.51 -
System Red Green Blue C M Y K H S L
Decimal 234 244 4 0.04 0 0.98 0.04 62.5 0.97 0.49
Hex EA F4 4 4 0 62 4 3F 61 31
Octal 352 364 4 4 0 142 4 77 141 61
Binary 11101010 11110100 100 100 0 1100010 100 111111 1100001 110001

Color Harmonies of #EAF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF404

Black with #EAF404

Text Example


Text Example

White with #EAF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF404; }

 p { color: rgb(234,244,4); }

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

background-color css

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

 a { background-color: rgb(234,244,4); }

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

border-color css

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

 span { border-color: rgb(234,244,4); }

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