Html Css Color HEX #ECA70D Gamboge

📋 copy color: '#ECA70D'

red 236 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #ECA70D

Tints of Gamboge #ECA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 56.73%
G = 40.14%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA70D (or 0xECA70D) is known color: Gamboge. HEX triplet: EC, A7 and 0D. RGB value is (236,167,13). Sum of RGB (Red+Green+Blue) = 236+167+13=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA70D is #1358F2. Grayscale: #AAAAAA. Windows color (decimal): -1267955 or 894956. OLE color: 894956.

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

Color convert

RGB 236 167 13 -
CMYK 0 0.29 0.94 0.07
HSL 41.43º 0.9% 0.49% -
HSV(B) 41.43º 0.94% 0.93% -
XYZ 48.48 45.5 6.61 -
YUV 170.08 39.36 175.02 -
System Red Green Blue C M Y K H S L
Decimal 236 167 13 0 0.29 0.94 0.07 41.43 0.9 0.49
Hex EC A7 D 0 1D 5E 7 29 5A 31
Octal 354 247 15 0 35 136 7 51 132 61
Binary 11101100 10100111 1101 0 11101 1011110 111 101001 1011010 110001

Color Harmonies of #ECA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA70D

Black with #ECA70D

Text Example


Text Example

White with #ECA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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