#E6ED0C

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

Shades of Chartreuse Yellow #E6ED0C

Tints of Chartreuse Yellow #E6ED0C

Color information

#E6ED0C (or 0xE6ED0C) is unknown color: approx Chartreuse Yellow. HEX triplet: E6, ED and 0C. RGB value is (230,237,12). Sum of RGB (Red+Green+Blue) = 230+237+12=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6ED0C is #1912F3. Grayscale: #D2D2D2. Windows color (decimal): -1643252 or 847334. OLE color: 847334.

HSL color Cylindrical-coordinate representation of color #E6ED0C: hue angle of 61.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6ED0C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23023712-
CMYK0.0300.950.07
HSL61.87º90.36%48.82%-
HSV(B)61.87º94.94%92.94%-
XYZ62.9877.4211.97-
YUV209.2616.68142.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.02%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 12 (5.08% from 255) = 2.51%
R=48.02%
G=49.48%
B=2.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230237120.0300.950.0761.8790.3648.82
HexE6EDC305F73e5a31
Octal346355143013777613261
Binary1110011011101101110011010111111111111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ED0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ED0C; }

 p { color: rgb(230,237,12); }

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

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

 a { background-color: rgb(230,237,12); }

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

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

 span { border-color: rgb(230,237,12); }

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