Html Css Color HEX #ECAA0B Gamboge

📋 copy color: '#ECAA0B'

red 236 ◦ green 170 ◦ blue 11

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

Shades of Gamboge #ECAA0B

Tints of Gamboge #ECAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 56.59%
G = 40.77%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECAA0B (or 0xECAA0B) is known color: Gamboge. HEX triplet: EC, AA and 0B. RGB value is (236,170,11). Sum of RGB (Red+Green+Blue) = 236+170+11=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA0B is #1355F4. Grayscale: #ACACAC. Windows color (decimal): -1267189 or 764652. OLE color: 764652.

HSL color Cylindrical-coordinate representation of color #ECAA0B: hue angle of 42.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAA0B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 11 -
CMYK 0 0.28 0.95 0.07
HSL 42.4º 0.91% 0.48% -
HSV(B) 42.4º 0.95% 0.93% -
XYZ 49.03 46.61 6.73 -
YUV 171.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 236 170 11 0 0.28 0.95 0.07 42.4 0.91 0.48
Hex EC AA B 0 1C 5F 7 2A 5B 30
Octal 354 252 13 0 34 137 7 52 133 60
Binary 11101100 10101010 1011 0 11100 1011111 111 101010 1011011 110000

Color Harmonies of #ECAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA0B

Black with #ECAA0B

Text Example


Text Example

White with #ECAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA0B; }

 p { color: rgb(236,170,11); }

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

background-color css

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

 a { background-color: rgb(236,170,11); }

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

border-color css

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

 span { border-color: rgb(236,170,11); }

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