Html Css Color HEX #ECBD12 Moon Yellow

📋 copy color: '#ECBD12'

red 236 ◦ green 189 ◦ blue 18

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

Shades of Moon Yellow #ECBD12

Tints of Moon Yellow #ECBD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 18 (7.42% from 255) = 4.06%

R = 53.27%
G = 42.66%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECBD12 (or 0xECBD12) is known color: Moon Yellow. HEX triplet: EC, BD and 12. RGB value is (236,189,18). Sum of RGB (Red+Green+Blue) = 236+189+18=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD12 is #1342ED. Grayscale: #B8B8B8. Windows color (decimal): -1262318 or 1228268. OLE color: 1228268.

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

Color convert

RGB 236 189 18 -
CMYK 0 0.20 0.92 0.07
HSL 47.06º 0.86% 0.5% -
HSV(B) 47.06º 0.92% 0.93% -
XYZ 52.9 54.27 8.26 -
YUV 183.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 236 189 18 0 0.20 0.92 0.07 47.06 0.86 0.5
Hex EC BD 12 0 14 5C 7 2F 56 32
Octal 354 275 22 0 24 134 7 57 126 62
Binary 11101100 10111101 10010 0 10100 1011100 111 101111 1010110 110010

Color Harmonies of #ECBD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD12

Black with #ECBD12

Text Example


Text Example

White with #ECBD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD12; }

 p { color: rgb(236,189,18); }

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

background-color css

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

 a { background-color: rgb(236,189,18); }

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

border-color css

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

 span { border-color: rgb(236,189,18); }

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