Html Css Color HEX #EAF401 Chartreuse Yellow

📋 copy color: '#EAF401'

red 234 ◦ green 244 ◦ blue 1

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

Shades of Chartreuse Yellow #EAF401

Tints of Chartreuse Yellow #EAF401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 48.85%
G = 50.94%
B = 0.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#EAF401 (or 0xEAF401) is known color: Chartreuse Yellow. HEX triplet: EA, F4 and 01. RGB value is (234,244,1). Sum of RGB (Red+Green+Blue) = 234+244+1=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF401 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF401 is #150BFE. Grayscale: #D6D6D6. Windows color (decimal): -1379327 or 128234. OLE color: 128234.

HSL color Cylindrical-coordinate representation of color #EAF401: hue angle of 62.47º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAF401 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 1 -
CMYK 0.04 0 1.00 0.04
HSL 62.47º 0.99% 0.48% -
HSV(B) 62.47º 1% 0.96% -
XYZ 66.29 82.2 12.4 -
YUV 213.31 8.19 142.76 -
System Red Green Blue C M Y K H S L
Decimal 234 244 1 0.04 0 1.00 0.04 62.47 0.99 0.48
Hex EA F4 1 4 0 64 4 3E 63 30
Octal 352 364 1 4 0 144 4 76 143 60
Binary 11101010 11110100 1 100 0 1100100 100 111110 1100011 110000

Color Harmonies of #EAF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF401

Black with #EAF401

Text Example


Text Example

White with #EAF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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