Html Css Color HEX #ECAA08 Gamboge

📋 copy color: '#ECAA08'

red 236 ◦ green 170 ◦ blue 8

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

Shades of Gamboge #ECAA08

Tints of Gamboge #ECAA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 57%
G = 41.06%
B = 1.93%

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

#ECAA08 (or 0xECAA08) is known color: Gamboge. HEX triplet: EC, AA and 08. RGB value is (236,170,8). Sum of RGB (Red+Green+Blue) = 236+170+8=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA08 is #1355F7. Grayscale: #ABABAB. Windows color (decimal): -1267192 or 568044. OLE color: 568044.

HSL color Cylindrical-coordinate representation of color #ECAA08: hue angle of 42.63º degrees, saturation: 0.93, 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 #ECAA08 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 8 -
CMYK 0 0.28 0.97 0.07
HSL 42.63º 0.93% 0.48% -
HSV(B) 42.63º 0.97% 0.93% -
XYZ 49.01 46.6 6.64 -
YUV 171.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 236 170 8 0 0.28 0.97 0.07 42.63 0.93 0.48
Hex EC AA 8 0 1C 61 7 2B 5D 30
Octal 354 252 10 0 34 141 7 53 135 60
Binary 11101100 10101010 1000 0 11100 1100001 111 101011 1011101 110000

Color Harmonies of #ECAA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA08

Black with #ECAA08

Text Example


Text Example

White with #ECAA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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