Html Css Color HEX #EAF501 Chartreuse Yellow

📋 copy color: '#EAF501'

red 234 ◦ green 245 ◦ blue 1

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

Shades of Chartreuse Yellow #EAF501

Tints of Chartreuse Yellow #EAF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.04%

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

R = 48.75%
G = 51.04%
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

#EAF501 (or 0xEAF501) is known color: Chartreuse Yellow. HEX triplet: EA, F5 and 01. RGB value is (234,245,1). Sum of RGB (Red+Green+Blue) = 234+245+1=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 1 (0.78% from 255 or 0.21% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF501 is #150AFE. Grayscale: #D6D6D6. Windows color (decimal): -1379071 or 128490. OLE color: 128490.

HSL color Cylindrical-coordinate representation of color #EAF501: hue angle of 62.7º 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 #EAF501 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 1 -
CMYK 0.04 0 1.00 0.04
HSL 62.7º 0.99% 0.48% -
HSV(B) 62.7º 1% 0.96% -
XYZ 66.59 82.8 12.5 -
YUV 213.9 7.86 142.34 -
System Red Green Blue C M Y K H S L
Decimal 234 245 1 0.04 0 1.00 0.04 62.7 0.99 0.48
Hex EA F5 1 4 0 64 4 3F 63 30
Octal 352 365 1 4 0 144 4 77 143 60
Binary 11101010 11110101 1 100 0 1100100 100 111111 1100011 110000

Color Harmonies of #EAF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF501

Black with #EAF501

Text Example


Text Example

White with #EAF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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