Html Css Color HEX #ECCA14 Moon Yellow

📋 copy color: '#ECCA14'

red 236 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #ECCA14

Tints of Moon Yellow #ECCA14

RGB

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

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

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

R = 51.53%
G = 44.1%
B = 4.37%

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

#ECCA14 (or 0xECCA14) is known color: Moon Yellow. HEX triplet: EC, CA and 14. RGB value is (236,202,20). Sum of RGB (Red+Green+Blue) = 236+202+20=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA14 is #1335EB. Grayscale: #C0C0C0. Windows color (decimal): -1258988 or 1362668. OLE color: 1362668.

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

Color convert

RGB 236 202 20 -
CMYK 0 0.14 0.92 0.07
HSL 50.56º 0.85% 0.5% -
HSV(B) 50.56º 0.92% 0.93% -
XYZ 55.84 60.12 9.32 -
YUV 191.42 31.26 159.8 -
System Red Green Blue C M Y K H S L
Decimal 236 202 20 0 0.14 0.92 0.07 50.56 0.85 0.5
Hex EC CA 14 0 E 5C 7 33 55 32
Octal 354 312 24 0 16 134 7 63 125 62
Binary 11101100 11001010 10100 0 1110 1011100 111 110011 1010101 110010

Color Harmonies of #ECCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA14

Black with #ECCA14

Text Example


Text Example

White with #ECCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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