Html Css Color HEX #ECAA07 Gamboge

📋 copy color: '#ECAA07'

red 236 ◦ green 170 ◦ blue 7

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

Shades of Gamboge #ECAA07

Tints of Gamboge #ECAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 57.14%
G = 41.16%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECAA07 (or 0xECAA07) is known color: Gamboge. HEX triplet: EC, AA and 07. RGB value is (236,170,7). Sum of RGB (Red+Green+Blue) = 236+170+7=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA07 is #1355F8. Grayscale: #ABABAB. Windows color (decimal): -1267193 or 502508. OLE color: 502508.

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

Color convert

RGB 236 170 7 -
CMYK 0 0.28 0.97 0.07
HSL 42.71º 0.94% 0.48% -
HSV(B) 42.71º 0.97% 0.93% -
XYZ 49.01 46.6 6.61 -
YUV 171.15 35.37 174.25 -
System Red Green Blue C M Y K H S L
Decimal 236 170 7 0 0.28 0.97 0.07 42.71 0.94 0.48
Hex EC AA 7 0 1C 61 7 2B 5E 30
Octal 354 252 7 0 34 141 7 53 136 60
Binary 11101100 10101010 111 0 11100 1100001 111 101011 1011110 110000

Color Harmonies of #ECAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA07

Black with #ECAA07

Text Example


Text Example

White with #ECAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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