Html Css Color HEX #EAEF01 Chartreuse Yellow

📋 copy color: '#EAEF01'

red 234 ◦ green 239 ◦ blue 1

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

Shades of Chartreuse Yellow #EAEF01

Tints of Chartreuse Yellow #EAEF01

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.42%

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

R = 49.37%
G = 50.42%
B = 0.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EAEF01 (or 0xEAEF01) is known color: Chartreuse Yellow. HEX triplet: EA, EF and 01. RGB value is (234,239,1). Sum of RGB (Red+Green+Blue) = 234+239+1=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEF01 is #1510FE. Grayscale: #D3D3D3. Windows color (decimal): -1380607 or 126954. OLE color: 126954.

HSL color Cylindrical-coordinate representation of color #EAEF01: hue angle of 61.26º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAEF01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 239 1 -
CMYK 0.02 0 1.00 0.06
HSL 61.26º 0.99% 0.47% -
HSV(B) 61.26º 1% 0.94% -
XYZ 64.8 79.23 11.91 -
YUV 210.37 9.84 144.85 -
System Red Green Blue C M Y K H S L
Decimal 234 239 1 0.02 0 1.00 0.06 61.26 0.99 0.47
Hex EA EF 1 2 0 64 6 3D 63 2F
Octal 352 357 1 2 0 144 6 75 143 57
Binary 11101010 11101111 1 10 0 1100100 110 111101 1100011 101111

Color Harmonies of #EAEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEF01

Black with #EAEF01

Text Example


Text Example

White with #EAEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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