Html Css Color HEX #ECA512 Gamboge

📋 copy color: '#ECA512'

red 236 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #ECA512

Tints of Gamboge #ECA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 56.32%
G = 39.38%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECA512 (or 0xECA512) is known color: Gamboge. HEX triplet: EC, A5 and 12. RGB value is (236,165,18). Sum of RGB (Red+Green+Blue) = 236+165+18=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA512 is #135AED. Grayscale: #AAAAAA. Windows color (decimal): -1268462 or 1222124. OLE color: 1222124.

HSL color Cylindrical-coordinate representation of color #ECA512: hue angle of 40.46º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECA512 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 165 18 -
CMYK 0 0.30 0.92 0.07
HSL 40.46º 0.86% 0.5% -
HSV(B) 40.46º 0.92% 0.93% -
XYZ 48.16 44.79 6.68 -
YUV 169.47 42.52 175.45 -
System Red Green Blue C M Y K H S L
Decimal 236 165 18 0 0.30 0.92 0.07 40.46 0.86 0.5
Hex EC A5 12 0 1E 5C 7 28 56 32
Octal 354 245 22 0 36 134 7 50 126 62
Binary 11101100 10100101 10010 0 11110 1011100 111 101000 1010110 110010

Color Harmonies of #ECA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA512

Black with #ECA512

Text Example


Text Example

White with #ECA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA512; }

 p { color: rgb(236,165,18); }

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

background-color css

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

 a { background-color: rgb(236,165,18); }

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

border-color css

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

 span { border-color: rgb(236,165,18); }

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