Html Css Color HEX #ECCC14 Moon Yellow

📋 copy color: '#ECCC14'

red 236 ◦ green 204 ◦ blue 20

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

Shades of Moon Yellow #ECCC14

Tints of Moon Yellow #ECCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

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

R = 51.3%
G = 44.35%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECCC14 (or 0xECCC14) is known color: Moon Yellow. HEX triplet: EC, CC and 14. RGB value is (236,204,20). Sum of RGB (Red+Green+Blue) = 236+204+20=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC14 is #1333EB. Grayscale: #C1C1C1. Windows color (decimal): -1258476 or 1363180. OLE color: 1363180.

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

Color convert

RGB 236 204 20 -
CMYK 0 0.14 0.92 0.07
HSL 51.11º 0.85% 0.5% -
HSV(B) 51.11º 0.92% 0.93% -
XYZ 56.31 61.07 9.48 -
YUV 192.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 236 204 20 0 0.14 0.92 0.07 51.11 0.85 0.5
Hex EC CC 14 0 E 5C 7 33 55 32
Octal 354 314 24 0 16 134 7 63 125 62
Binary 11101100 11001100 10100 0 1110 1011100 111 110011 1010101 110010

Color Harmonies of #ECCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC14

Black with #ECCC14

Text Example


Text Example

White with #ECCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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