Html Css Color HEX #ECA00D Gamboge

📋 copy color: '#ECA00D'

red 236 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #ECA00D

Tints of Gamboge #ECA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 57.7%
G = 39.12%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA00D (or 0xECA00D) is known color: Gamboge. HEX triplet: EC, A0 and 0D. RGB value is (236,160,13). Sum of RGB (Red+Green+Blue) = 236+160+13=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA00D is #135FF2. Grayscale: #A6A6A6. Windows color (decimal): -1269747 or 893164. OLE color: 893164.

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

Color convert

RGB 236 160 13 -
CMYK 0 0.32 0.94 0.07
HSL 39.55º 0.9% 0.49% -
HSV(B) 39.55º 0.94% 0.93% -
XYZ 47.24 43 6.19 -
YUV 165.97 41.68 177.95 -
System Red Green Blue C M Y K H S L
Decimal 236 160 13 0 0.32 0.94 0.07 39.55 0.9 0.49
Hex EC A0 D 0 20 5E 7 28 5A 31
Octal 354 240 15 0 40 136 7 50 132 61
Binary 11101100 10100000 1101 0 100000 1011110 111 101000 1011010 110001

Color Harmonies of #ECA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA00D

Black with #ECA00D

Text Example


Text Example

White with #ECA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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