Html Css Color HEX #ECC214 Moon Yellow

📋 copy color: '#ECC214'

red 236 ◦ green 194 ◦ blue 20

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

Shades of Moon Yellow #ECC214

Tints of Moon Yellow #ECC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 52.44%
G = 43.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC214 (or 0xECC214) is known color: Moon Yellow. HEX triplet: EC, C2 and 14. RGB value is (236,194,20). Sum of RGB (Red+Green+Blue) = 236+194+20=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC214 is #133DEB. Grayscale: #BBBBBB. Windows color (decimal): -1261036 or 1360620. OLE color: 1360620.

HSL color Cylindrical-coordinate representation of color #ECC214: hue angle of 48.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECC214 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 20 -
CMYK 0 0.18 0.92 0.07
HSL 48.33º 0.85% 0.5% -
HSV(B) 48.33º 0.92% 0.93% -
XYZ 54.01 56.47 8.71 -
YUV 186.72 33.91 163.15 -
System Red Green Blue C M Y K H S L
Decimal 236 194 20 0 0.18 0.92 0.07 48.33 0.85 0.5
Hex EC C2 14 0 12 5C 7 30 55 32
Octal 354 302 24 0 22 134 7 60 125 62
Binary 11101100 11000010 10100 0 10010 1011100 111 110000 1010101 110010

Color Harmonies of #ECC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC214

Black with #ECC214

Text Example


Text Example

White with #ECC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC214; }

 p { color: rgb(236,194,20); }

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

background-color css

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

 a { background-color: rgb(236,194,20); }

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

border-color css

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

 span { border-color: rgb(236,194,20); }

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