Html Css Color HEX #ECC316 Moon Yellow

📋 copy color: '#ECC316'

red 236 ◦ green 195 ◦ blue 22

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

Shades of Moon Yellow #ECC316

Tints of Moon Yellow #ECC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 52.1%
G = 43.05%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECC316 (or 0xECC316) is known color: Moon Yellow. HEX triplet: EC, C3 and 16. RGB value is (236,195,22). Sum of RGB (Red+Green+Blue) = 236+195+22=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC316 is #133CE9. Grayscale: #BCBCBC. Windows color (decimal): -1260778 or 1491948. OLE color: 1491948.

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

Color convert

RGB 236 195 22 -
CMYK 0 0.17 0.91 0.07
HSL 48.5º 0.85% 0.51% -
HSV(B) 48.5º 0.91% 0.93% -
XYZ 54.25 56.92 8.89 -
YUV 187.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 236 195 22 0 0.17 0.91 0.07 48.5 0.85 0.51
Hex EC C3 16 0 11 5B 7 31 55 33
Octal 354 303 26 0 21 133 7 61 125 63
Binary 11101100 11000011 10110 0 10001 1011011 111 110001 1010101 110011

Color Harmonies of #ECC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC316

Black with #ECC316

Text Example


Text Example

White with #ECC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC316; }

 p { color: rgb(236,195,22); }

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

background-color css

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

 a { background-color: rgb(236,195,22); }

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

border-color css

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

 span { border-color: rgb(236,195,22); }

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