Html Css Color HEX #ECB514 Moon Yellow

📋 copy color: '#ECB514'

red 236 ◦ green 181 ◦ blue 20

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

Shades of Moon Yellow #ECB514

Tints of Moon Yellow #ECB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

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

R = 54%
G = 41.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECB514 (or 0xECB514) is known color: Moon Yellow. HEX triplet: EC, B5 and 14. RGB value is (236,181,20). Sum of RGB (Red+Green+Blue) = 236+181+20=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB514 is #134AEB. Grayscale: #B3B3B3. Windows color (decimal): -1264364 or 1357292. OLE color: 1357292.

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

Color convert

RGB 236 181 20 -
CMYK 0 0.23 0.92 0.07
HSL 44.72º 0.85% 0.5% -
HSV(B) 44.72º 0.92% 0.93% -
XYZ 51.24 50.93 7.79 -
YUV 179.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 236 181 20 0 0.23 0.92 0.07 44.72 0.85 0.5
Hex EC B5 14 0 17 5C 7 2D 55 32
Octal 354 265 24 0 27 134 7 55 125 62
Binary 11101100 10110101 10100 0 10111 1011100 111 101101 1010101 110010

Color Harmonies of #ECB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB514

Black with #ECB514

Text Example


Text Example

White with #ECB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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