Html Css Color HEX #ECB414 Moon Yellow

📋 copy color: '#ECB414'

red 236 ◦ green 180 ◦ blue 20

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

Shades of Moon Yellow #ECB414

Tints of Moon Yellow #ECB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 54.13%
G = 41.28%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECB414 (or 0xECB414) is known color: Moon Yellow. HEX triplet: EC, B4 and 14. RGB value is (236,180,20). Sum of RGB (Red+Green+Blue) = 236+180+20=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB414 is #134BEB. Grayscale: #B3B3B3. Windows color (decimal): -1264620 or 1357036. OLE color: 1357036.

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

Color convert

RGB 236 180 20 -
CMYK 0 0.24 0.92 0.07
HSL 44.44º 0.85% 0.5% -
HSV(B) 44.44º 0.92% 0.93% -
XYZ 51.04 50.53 7.72 -
YUV 178.5 38.55 169.01 -
System Red Green Blue C M Y K H S L
Decimal 236 180 20 0 0.24 0.92 0.07 44.44 0.85 0.5
Hex EC B4 14 0 18 5C 7 2C 55 32
Octal 354 264 24 0 30 134 7 54 125 62
Binary 11101100 10110100 10100 0 11000 1011100 111 101100 1010101 110010

Color Harmonies of #ECB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB414

Black with #ECB414

Text Example


Text Example

White with #ECB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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