Html Css Color HEX #ECAA05 Gamboge

📋 copy color: '#ECAA05'

red 236 ◦ green 170 ◦ blue 5

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

Shades of Gamboge #ECAA05

Tints of Gamboge #ECAA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 57.42%
G = 41.36%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECAA05 (or 0xECAA05) is known color: Gamboge. HEX triplet: EC, AA and 05. RGB value is (236,170,5). Sum of RGB (Red+Green+Blue) = 236+170+5=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA05 is #1355FA. Grayscale: #ABABAB. Windows color (decimal): -1267195 or 371436. OLE color: 371436.

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

Color convert

RGB 236 170 5 -
CMYK 0 0.28 0.98 0.07
HSL 42.86º 0.96% 0.47% -
HSV(B) 42.86º 0.98% 0.93% -
XYZ 48.99 46.59 6.55 -
YUV 170.92 34.37 174.42 -
System Red Green Blue C M Y K H S L
Decimal 236 170 5 0 0.28 0.98 0.07 42.86 0.96 0.47
Hex EC AA 5 0 1C 62 7 2B 60 2F
Octal 354 252 5 0 34 142 7 53 140 57
Binary 11101100 10101010 101 0 11100 1100010 111 101011 1100000 101111

Color Harmonies of #ECAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA05

Black with #ECAA05

Text Example


Text Example

White with #ECAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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