Html Css Color HEX #ECA20D Gamboge

📋 copy color: '#ECA20D'

red 236 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #ECA20D

Tints of Gamboge #ECA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

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

R = 57.42%
G = 39.42%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA20D (or 0xECA20D) is known color: Gamboge. HEX triplet: EC, A2 and 0D. RGB value is (236,162,13). Sum of RGB (Red+Green+Blue) = 236+162+13=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA20D is #135DF2. Grayscale: #A7A7A7. Windows color (decimal): -1269235 or 893676. OLE color: 893676.

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

Color convert

RGB 236 162 13 -
CMYK 0 0.31 0.94 0.07
HSL 40.09º 0.9% 0.49% -
HSV(B) 40.09º 0.94% 0.93% -
XYZ 47.59 43.7 6.31 -
YUV 167.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 236 162 13 0 0.31 0.94 0.07 40.09 0.9 0.49
Hex EC A2 D 0 1F 5E 7 28 5A 31
Octal 354 242 15 0 37 136 7 50 132 61
Binary 11101100 10100010 1101 0 11111 1011110 111 101000 1011010 110001

Color Harmonies of #ECA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA20D

Black with #ECA20D

Text Example


Text Example

White with #ECA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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