Html Css Color HEX #EAF80A Chartreuse Yellow

📋 copy color: '#EAF80A'

red 234 ◦ green 248 ◦ blue 10

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

Shades of Chartreuse Yellow #EAF80A

Tints of Chartreuse Yellow #EAF80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.03%

R = 47.56%
G = 50.41%
B = 2.03%

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

#EAF80A (or 0xEAF80A) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 0A. RGB value is (234,248,10). Sum of RGB (Red+Green+Blue) = 234+248+10=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 10 (4.30% from 255 or 2.03% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF80A is #1507F5. Grayscale: #D9D9D9. Windows color (decimal): -1378294 or 719082. OLE color: 719082.

HSL color Cylindrical-coordinate representation of color #EAF80A: hue angle of 63.53º 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 #EAF80A is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 10 -
CMYK 0.06 0 0.96 0.03
HSL 63.53º 0.94% 0.51% -
HSV(B) 63.53º 0.96% 0.97% -
XYZ 67.55 84.65 13.07 -
YUV 216.68 11.36 140.35 -
System Red Green Blue C M Y K H S L
Decimal 234 248 10 0.06 0 0.96 0.03 63.53 0.94 0.51
Hex EA F8 A 6 0 60 3 40 5E 33
Octal 352 370 12 6 0 140 3 100 136 63
Binary 11101010 11111000 1010 110 0 1100000 11 1000000 1011110 110011

Color Harmonies of #EAF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF80A

Black with #EAF80A

Text Example


Text Example

White with #EAF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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