Html Css Color HEX #ECAA0D Gamboge

📋 copy color: '#ECAA0D'

red 236 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #ECAA0D

Tints of Gamboge #ECAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 56.32%
G = 40.57%
B = 3.1%

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

#ECAA0D (or 0xECAA0D) is known color: Gamboge. HEX triplet: EC, AA and 0D. RGB value is (236,170,13). Sum of RGB (Red+Green+Blue) = 236+170+13=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA0D is #1355F2. Grayscale: #ACACAC. Windows color (decimal): -1267187 or 895724. OLE color: 895724.

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

Color convert

RGB 236 170 13 -
CMYK 0 0.28 0.94 0.07
HSL 42.24º 0.9% 0.49% -
HSV(B) 42.24º 0.94% 0.93% -
XYZ 49.04 46.61 6.79 -
YUV 171.84 38.37 173.77 -
System Red Green Blue C M Y K H S L
Decimal 236 170 13 0 0.28 0.94 0.07 42.24 0.9 0.49
Hex EC AA D 0 1C 5E 7 2A 5A 31
Octal 354 252 15 0 34 136 7 52 132 61
Binary 11101100 10101010 1101 0 11100 1011110 111 101010 1011010 110001

Color Harmonies of #ECAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA0D

Black with #ECAA0D

Text Example


Text Example

White with #ECAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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