Html Css Color HEX #ECA40D Gamboge

📋 copy color: '#ECA40D'

red 236 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #ECA40D

Tints of Gamboge #ECA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

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

R = 57.14%
G = 39.71%
B = 3.15%

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

#ECA40D (or 0xECA40D) is known color: Gamboge. HEX triplet: EC, A4 and 0D. RGB value is (236,164,13). Sum of RGB (Red+Green+Blue) = 236+164+13=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA40D is #135BF2. Grayscale: #A8A8A8. Windows color (decimal): -1268723 or 894188. OLE color: 894188.

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

Color convert

RGB 236 164 13 -
CMYK 0 0.31 0.94 0.07
HSL 40.63º 0.9% 0.49% -
HSV(B) 40.63º 0.94% 0.93% -
XYZ 47.94 44.41 6.43 -
YUV 168.31 40.35 176.28 -
System Red Green Blue C M Y K H S L
Decimal 236 164 13 0 0.31 0.94 0.07 40.63 0.9 0.49
Hex EC A4 D 0 1F 5E 7 29 5A 31
Octal 354 244 15 0 37 136 7 51 132 61
Binary 11101100 10100100 1101 0 11111 1011110 111 101001 1011010 110001

Color Harmonies of #ECA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA40D

Black with #ECA40D

Text Example


Text Example

White with #ECA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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