Html Css Color HEX #ECB914 Moon Yellow

📋 copy color: '#ECB914'

red 236 ◦ green 185 ◦ blue 20

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

Shades of Moon Yellow #ECB914

Tints of Moon Yellow #ECB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 53.51%
G = 41.95%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECB914 (or 0xECB914) is known color: Moon Yellow. HEX triplet: EC, B9 and 14. RGB value is (236,185,20). Sum of RGB (Red+Green+Blue) = 236+185+20=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB914 is #1346EB. Grayscale: #B6B6B6. Windows color (decimal): -1263340 or 1358316. OLE color: 1358316.

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

Color convert

RGB 236 185 20 -
CMYK 0 0.22 0.92 0.07
HSL 45.83º 0.85% 0.5% -
HSV(B) 45.83º 0.92% 0.93% -
XYZ 52.07 52.58 8.07 -
YUV 181.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 236 185 20 0 0.22 0.92 0.07 45.83 0.85 0.5
Hex EC B9 14 0 16 5C 7 2E 55 32
Octal 354 271 24 0 26 134 7 56 125 62
Binary 11101100 10111001 10100 0 10110 1011100 111 101110 1010101 110010

Color Harmonies of #ECB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB914

Black with #ECB914

Text Example


Text Example

White with #ECB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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