Html Css Color HEX #ECC00E Moon Yellow

📋 copy color: '#ECC00E'

red 236 ◦ green 192 ◦ blue 14

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

Shades of Moon Yellow #ECC00E

Tints of Moon Yellow #ECC00E

RGB

 RED value IS 236 (92.58% from 255) = 53.39%

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 53.39%
G = 43.44%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECC00E (or 0xECC00E) is known color: Moon Yellow. HEX triplet: EC, C0 and 0E. RGB value is (236,192,14). Sum of RGB (Red+Green+Blue) = 236+192+14=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC00E is #133FF1. Grayscale: #B9B9B9. Windows color (decimal): -1261554 or 966892. OLE color: 966892.

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

Color convert

RGB 236 192 14 -
CMYK 0 0.19 0.94 0.07
HSL 48.11º 0.89% 0.49% -
HSV(B) 48.11º 0.94% 0.93% -
XYZ 53.52 55.56 8.32 -
YUV 184.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 236 192 14 0 0.19 0.94 0.07 48.11 0.89 0.49
Hex EC C0 E 0 13 5E 7 30 59 31
Octal 354 300 16 0 23 136 7 60 131 61
Binary 11101100 11000000 1110 0 10011 1011110 111 110000 1011001 110001

Color Harmonies of #ECC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC00E

Black with #ECC00E

Text Example


Text Example

White with #ECC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC00E; }

 p { color: rgb(236,192,14); }

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

background-color css

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

 a { background-color: rgb(236,192,14); }

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

border-color css

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

 span { border-color: rgb(236,192,14); }

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