Html Css Color HEX #ECA10D Gamboge

📋 copy color: '#ECA10D'

red 236 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #ECA10D

Tints of Gamboge #ECA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 57.56%
G = 39.27%
B = 3.17%

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

#ECA10D (or 0xECA10D) is known color: Gamboge. HEX triplet: EC, A1 and 0D. RGB value is (236,161,13). Sum of RGB (Red+Green+Blue) = 236+161+13=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA10D is #135EF2. Grayscale: #A7A7A7. Windows color (decimal): -1269491 or 893420. OLE color: 893420.

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

Color convert

RGB 236 161 13 -
CMYK 0 0.32 0.94 0.07
HSL 39.82º 0.9% 0.49% -
HSV(B) 39.82º 0.94% 0.93% -
XYZ 47.41 43.35 6.25 -
YUV 166.55 41.35 177.53 -
System Red Green Blue C M Y K H S L
Decimal 236 161 13 0 0.32 0.94 0.07 39.82 0.9 0.49
Hex EC A1 D 0 20 5E 7 28 5A 31
Octal 354 241 15 0 40 136 7 50 132 61
Binary 11101100 10100001 1101 0 100000 1011110 111 101000 1011010 110001

Color Harmonies of #ECA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA10D

Black with #ECA10D

Text Example


Text Example

White with #ECA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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