Html Css Color HEX #ECCA0C Moon Yellow

📋 copy color: '#ECCA0C'

red 236 ◦ green 202 ◦ blue 12

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

Shades of Moon Yellow #ECCA0C

Tints of Moon Yellow #ECCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 52.44%
G = 44.89%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECCA0C (or 0xECCA0C) is known color: Moon Yellow. HEX triplet: EC, CA and 0C. RGB value is (236,202,12). Sum of RGB (Red+Green+Blue) = 236+202+12=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA0C is #1335F3. Grayscale: #BFBFBF. Windows color (decimal): -1258996 or 838380. OLE color: 838380.

HSL color Cylindrical-coordinate representation of color #ECCA0C: hue angle of 50.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECCA0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 12 -
CMYK 0 0.14 0.95 0.07
HSL 50.89º 0.9% 0.49% -
HSV(B) 50.89º 0.95% 0.93% -
XYZ 55.78 60.1 9.01 -
YUV 190.51 27.26 160.45 -
System Red Green Blue C M Y K H S L
Decimal 236 202 12 0 0.14 0.95 0.07 50.89 0.9 0.49
Hex EC CA C 0 E 5F 7 33 5A 31
Octal 354 312 14 0 16 137 7 63 132 61
Binary 11101100 11001010 1100 0 1110 1011111 111 110011 1011010 110001

Color Harmonies of #ECCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA0C

Black with #ECCA0C

Text Example


Text Example

White with #ECCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA0C; }

 p { color: rgb(236,202,12); }

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

background-color css

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

 a { background-color: rgb(236,202,12); }

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

border-color css

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

 span { border-color: rgb(236,202,12); }

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