Html Css Color HEX #EAF80B Chartreuse Yellow

📋 copy color: '#EAF80B'

red 234 ◦ green 248 ◦ blue 11

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

Shades of Chartreuse Yellow #EAF80B

Tints of Chartreuse Yellow #EAF80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.3%

 BLUE value IS 11 (4.69% from 255) = 2.23%

R = 47.46%
G = 50.3%
B = 2.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#EAF80B (or 0xEAF80B) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 0B. RGB value is (234,248,11). Sum of RGB (Red+Green+Blue) = 234+248+11=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF80B is #1507F4. Grayscale: #D9D9D9. Windows color (decimal): -1378293 or 784618. OLE color: 784618.

HSL color Cylindrical-coordinate representation of color #EAF80B: hue angle of 63.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAF80B is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 11 -
CMYK 0.06 0 0.96 0.03
HSL 63.54º 0.94% 0.51% -
HSV(B) 63.54º 0.96% 0.97% -
XYZ 67.56 84.65 13.1 -
YUV 216.8 11.86 140.27 -
System Red Green Blue C M Y K H S L
Decimal 234 248 11 0.06 0 0.96 0.03 63.54 0.94 0.51
Hex EA F8 B 6 0 60 3 40 5E 33
Octal 352 370 13 6 0 140 3 100 136 63
Binary 11101010 11111000 1011 110 0 1100000 11 1000000 1011110 110011

Color Harmonies of #EAF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF80B

Black with #EAF80B

Text Example


Text Example

White with #EAF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF80B; }

 p { color: rgb(234,248,11); }

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

background-color css

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

 a { background-color: rgb(234,248,11); }

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

border-color css

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

 span { border-color: rgb(234,248,11); }

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