Html Css Color HEX #ECA70C Gamboge

📋 copy color: '#ECA70C'

red 236 ◦ green 167 ◦ blue 12

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

Shades of Gamboge #ECA70C

Tints of Gamboge #ECA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 56.87%
G = 40.24%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECA70C (or 0xECA70C) is known color: Gamboge. HEX triplet: EC, A7 and 0C. RGB value is (236,167,12). Sum of RGB (Red+Green+Blue) = 236+167+12=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA70C is #1358F3. Grayscale: #AAAAAA. Windows color (decimal): -1267956 or 829420. OLE color: 829420.

HSL color Cylindrical-coordinate representation of color #ECA70C: hue angle of 41.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECA70C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 167 12 -
CMYK 0 0.29 0.95 0.07
HSL 41.52º 0.9% 0.49% -
HSV(B) 41.52º 0.95% 0.93% -
XYZ 48.48 45.5 6.57 -
YUV 169.96 38.86 175.1 -
System Red Green Blue C M Y K H S L
Decimal 236 167 12 0 0.29 0.95 0.07 41.52 0.9 0.49
Hex EC A7 C 0 1D 5F 7 2A 5A 31
Octal 354 247 14 0 35 137 7 52 132 61
Binary 11101100 10100111 1100 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #ECA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA70C

Black with #ECA70C

Text Example


Text Example

White with #ECA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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