#EAED02

Color #EAED02 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #EAED02

Tints of Chartreuse Yellow #EAED02

Color information

#EAED02 (or 0xEAED02) is unknown color: approx Chartreuse Yellow. HEX triplet: EA, ED and 02. RGB value is (234,237,2). Sum of RGB (Red+Green+Blue) = 234+237+2=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAED02 is #1512FD. Grayscale: #D2D2D2. Windows color (decimal): -1381118 or 191978. OLE color: 191978.

HSL color Cylindrical-coordinate representation of color #EAED02: hue angle of 60.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAED02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2342372-
CMYK0.0100.990.07
HSL60.77º98.33%46.86%-
HSV(B)60.77º99.16%92.94%-
XYZ64.2378.0711.74-
YUV209.3111.01145.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 2 (1.17% from 255) = 0.42%
R=49.47%
G=50.11%
B=0.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23423720.0100.990.0760.7798.3346.86
HexEAED2106373d622f
Octal35235521014377514257
Binary1110101011101101101011000111111111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED02; }

 p { color: rgb(234,237,2); }

 H1.HeaderClassName
 {
   color: #EAED02;
 }
 .AnyTagClassName
 {
   color: #EAED02;
 }
</style>
background-color css

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

 a { background-color: rgb(234,237,2); }

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

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

 span { border-color: rgb(234,237,2); }

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