Html Css Color HEX #ECAA0F Gamboge

📋 copy color: '#ECAA0F'

red 236 ◦ green 170 ◦ blue 15

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

Shades of Gamboge #ECAA0F

Tints of Gamboge #ECAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 56.06%
G = 40.38%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECAA0F (or 0xECAA0F) is known color: Gamboge. HEX triplet: EC, AA and 0F. RGB value is (236,170,15). Sum of RGB (Red+Green+Blue) = 236+170+15=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA0F is #1355F0. Grayscale: #ACACAC. Windows color (decimal): -1267185 or 1026796. OLE color: 1026796.

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

Color convert

RGB 236 170 15 -
CMYK 0 0.28 0.94 0.07
HSL 42.08º 0.88% 0.49% -
HSV(B) 42.08º 0.94% 0.93% -
XYZ 49.05 46.62 6.86 -
YUV 172.06 39.37 173.6 -
System Red Green Blue C M Y K H S L
Decimal 236 170 15 0 0.28 0.94 0.07 42.08 0.88 0.49
Hex EC AA F 0 1C 5E 7 2A 58 31
Octal 354 252 17 0 34 136 7 52 130 61
Binary 11101100 10101010 1111 0 11100 1011110 111 101010 1011000 110001

Color Harmonies of #ECAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA0F

Black with #ECAA0F

Text Example


Text Example

White with #ECAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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