Html Css Color HEX #ECBC1A Moon Yellow

📋 copy color: '#ECBC1A'

red 236 ◦ green 188 ◦ blue 26

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

Shades of Moon Yellow #ECBC1A

Tints of Moon Yellow #ECBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

 BLUE value IS 26 (10.55% from 255) = 5.78%

R = 52.44%
G = 41.78%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECBC1A (or 0xECBC1A) is known color: Moon Yellow. HEX triplet: EC, BC and 1A. RGB value is (236,188,26). Sum of RGB (Red+Green+Blue) = 236+188+26=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC1A is #1343E5. Grayscale: #B8B8B8. Windows color (decimal): -1262566 or 1752300. OLE color: 1752300.

HSL color Cylindrical-coordinate representation of color #ECBC1A: hue angle of 46.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBC1A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 26 -
CMYK 0 0.20 0.89 0.07
HSL 46.29º 0.85% 0.51% -
HSV(B) 46.29º 0.89% 0.93% -
XYZ 52.76 53.87 8.6 -
YUV 183.88 38.9 165.17 -
System Red Green Blue C M Y K H S L
Decimal 236 188 26 0 0.20 0.89 0.07 46.29 0.85 0.51
Hex EC BC 1A 0 14 59 7 2E 55 33
Octal 354 274 32 0 24 131 7 56 125 63
Binary 11101100 10111100 11010 0 10100 1011001 111 101110 1010101 110011

Color Harmonies of #ECBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC1A

Black with #ECBC1A

Text Example


Text Example

White with #ECBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC1A; }

 p { color: rgb(236,188,26); }

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

background-color css

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

 a { background-color: rgb(236,188,26); }

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

border-color css

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

 span { border-color: rgb(236,188,26); }

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