Html Css Color HEX #ECA20C Gamboge

📋 copy color: '#ECA20C'

red 236 ◦ green 162 ◦ blue 12

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

Shades of Gamboge #ECA20C

Tints of Gamboge #ECA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.51%

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

R = 57.56%
G = 39.51%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECA20C (or 0xECA20C) is known color: Gamboge. HEX triplet: EC, A2 and 0C. RGB value is (236,162,12). Sum of RGB (Red+Green+Blue) = 236+162+12=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA20C is #135DF3. Grayscale: #A7A7A7. Windows color (decimal): -1269236 or 828140. OLE color: 828140.

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

Color convert

RGB 236 162 12 -
CMYK 0 0.31 0.95 0.07
HSL 40.18º 0.9% 0.49% -
HSV(B) 40.18º 0.95% 0.93% -
XYZ 47.58 43.7 6.28 -
YUV 167.03 40.52 177.2 -
System Red Green Blue C M Y K H S L
Decimal 236 162 12 0 0.31 0.95 0.07 40.18 0.9 0.49
Hex EC A2 C 0 1F 5F 7 28 5A 31
Octal 354 242 14 0 37 137 7 50 132 61
Binary 11101100 10100010 1100 0 11111 1011111 111 101000 1011010 110001

Color Harmonies of #ECA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA20C

Black with #ECA20C

Text Example


Text Example

White with #ECA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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