Html Css Color HEX #ECAA17 Gamboge

📋 copy color: '#ECAA17'

red 236 ◦ green 170 ◦ blue 23

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

Shades of Gamboge #ECAA17

Tints of Gamboge #ECAA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.36%

R = 55.01%
G = 39.63%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECAA17 (or 0xECAA17) is known color: Gamboge. HEX triplet: EC, AA and 17. RGB value is (236,170,23). Sum of RGB (Red+Green+Blue) = 236+170+23=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA17 is #1355E8. Grayscale: #ADADAD. Windows color (decimal): -1267177 or 1551084. OLE color: 1551084.

HSL color Cylindrical-coordinate representation of color #ECAA17: hue angle of 41.41º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECAA17 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 23 -
CMYK 0 0.28 0.90 0.07
HSL 41.41º 0.85% 0.51% -
HSV(B) 41.41º 0.9% 0.93% -
XYZ 49.12 46.64 7.22 -
YUV 172.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 236 170 23 0 0.28 0.90 0.07 41.41 0.85 0.51
Hex EC AA 17 0 1C 5A 7 29 55 33
Octal 354 252 27 0 34 132 7 51 125 63
Binary 11101100 10101010 10111 0 11100 1011010 111 101001 1010101 110011

Color Harmonies of #ECAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA17

Black with #ECAA17

Text Example


Text Example

White with #ECAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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