Html Css Color HEX #ECAA06 Gamboge

📋 copy color: '#ECAA06'

red 236 ◦ green 170 ◦ blue 6

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

Shades of Gamboge #ECAA06

Tints of Gamboge #ECAA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 57.28%
G = 41.26%
B = 1.46%

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

#ECAA06 (or 0xECAA06) is known color: Gamboge. HEX triplet: EC, AA and 06. RGB value is (236,170,6). Sum of RGB (Red+Green+Blue) = 236+170+6=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA06 is #1355F9. Grayscale: #ABABAB. Windows color (decimal): -1267194 or 436972. OLE color: 436972.

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

Color convert

RGB 236 170 6 -
CMYK 0 0.28 0.97 0.07
HSL 42.78º 0.95% 0.47% -
HSV(B) 42.78º 0.97% 0.93% -
XYZ 49 46.6 6.58 -
YUV 171.04 34.87 174.34 -
System Red Green Blue C M Y K H S L
Decimal 236 170 6 0 0.28 0.97 0.07 42.78 0.95 0.47
Hex EC AA 6 0 1C 61 7 2B 5F 2F
Octal 354 252 6 0 34 141 7 53 137 57
Binary 11101100 10101010 110 0 11100 1100001 111 101011 1011111 101111

Color Harmonies of #ECAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA06

Black with #ECAA06

Text Example


Text Example

White with #ECAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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