Html Css Color HEX #ECC70E Moon Yellow

📋 copy color: '#ECC70E'

red 236 ◦ green 199 ◦ blue 14

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

Shades of Moon Yellow #ECC70E

Tints of Moon Yellow #ECC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

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

R = 52.56%
G = 44.32%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECC70E (or 0xECC70E) is known color: Moon Yellow. HEX triplet: EC, C7 and 0E. RGB value is (236,199,14). Sum of RGB (Red+Green+Blue) = 236+199+14=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70E is #1338F1. Grayscale: #BDBDBD. Windows color (decimal): -1259762 or 968684. OLE color: 968684.

HSL color Cylindrical-coordinate representation of color #ECC70E: hue angle of 50º 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 #ECC70E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 199 14 -
CMYK 0 0.16 0.94 0.07
HSL 50º 0.89% 0.49% -
HSV(B) 50º 0.94% 0.93% -
XYZ 55.09 58.71 8.84 -
YUV 188.97 29.26 161.54 -
System Red Green Blue C M Y K H S L
Decimal 236 199 14 0 0.16 0.94 0.07 50 0.89 0.49
Hex EC C7 E 0 10 5E 7 32 59 31
Octal 354 307 16 0 20 136 7 62 131 61
Binary 11101100 11000111 1110 0 10000 1011110 111 110010 1011001 110001

Color Harmonies of #ECC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC70E

Black with #ECC70E

Text Example


Text Example

White with #ECC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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