Html Css Color HEX #ECA90D Gamboge

📋 copy color: '#ECA90D'

red 236 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #ECA90D

Tints of Gamboge #ECA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

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

R = 56.46%
G = 40.43%
B = 3.11%

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

#ECA90D (or 0xECA90D) is known color: Gamboge. HEX triplet: EC, A9 and 0D. RGB value is (236,169,13). Sum of RGB (Red+Green+Blue) = 236+169+13=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA90D is #1356F2. Grayscale: #ABABAB. Windows color (decimal): -1267443 or 895468. OLE color: 895468.

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

Color convert

RGB 236 169 13 -
CMYK 0 0.28 0.94 0.07
HSL 41.97º 0.9% 0.49% -
HSV(B) 41.97º 0.94% 0.93% -
XYZ 48.85 46.24 6.73 -
YUV 171.25 38.7 174.18 -
System Red Green Blue C M Y K H S L
Decimal 236 169 13 0 0.28 0.94 0.07 41.97 0.9 0.49
Hex EC A9 D 0 1C 5E 7 2A 5A 31
Octal 354 251 15 0 34 136 7 52 132 61
Binary 11101100 10101001 1101 0 11100 1011110 111 101010 1011010 110001

Color Harmonies of #ECA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA90D

Black with #ECA90D

Text Example


Text Example

White with #ECA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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