Html Css Color HEX #ECC10E Moon Yellow

📋 copy color: '#ECC10E'

red 236 ◦ green 193 ◦ blue 14

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

Shades of Moon Yellow #ECC10E

Tints of Moon Yellow #ECC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

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

R = 53.27%
G = 43.57%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECC10E (or 0xECC10E) is known color: Moon Yellow. HEX triplet: EC, C1 and 0E. RGB value is (236,193,14). Sum of RGB (Red+Green+Blue) = 236+193+14=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC10E is #133EF1. Grayscale: #BABABA. Windows color (decimal): -1261298 or 967148. OLE color: 967148.

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

Color convert

RGB 236 193 14 -
CMYK 0 0.18 0.94 0.07
HSL 48.38º 0.89% 0.49% -
HSV(B) 48.38º 0.94% 0.93% -
XYZ 53.74 56 8.39 -
YUV 185.45 31.25 164.05 -
System Red Green Blue C M Y K H S L
Decimal 236 193 14 0 0.18 0.94 0.07 48.38 0.89 0.49
Hex EC C1 E 0 12 5E 7 30 59 31
Octal 354 301 16 0 22 136 7 60 131 61
Binary 11101100 11000001 1110 0 10010 1011110 111 110000 1011001 110001

Color Harmonies of #ECC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC10E

Black with #ECC10E

Text Example


Text Example

White with #ECC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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