Html Css Color HEX #ECA50C Gamboge

📋 copy color: '#ECA50C'

red 236 ◦ green 165 ◦ blue 12

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

Shades of Gamboge #ECA50C

Tints of Gamboge #ECA50C

RGB

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

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

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

R = 57.14%
G = 39.95%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECA50C (or 0xECA50C) is known color: Gamboge. HEX triplet: EC, A5 and 0C. RGB value is (236,165,12). Sum of RGB (Red+Green+Blue) = 236+165+12=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA50C is #135AF3. Grayscale: #A9A9A9. Windows color (decimal): -1268468 or 828908. OLE color: 828908.

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

Color convert

RGB 236 165 12 -
CMYK 0 0.30 0.95 0.07
HSL 40.98º 0.9% 0.49% -
HSV(B) 40.98º 0.95% 0.93% -
XYZ 48.11 44.77 6.45 -
YUV 168.79 39.52 175.94 -
System Red Green Blue C M Y K H S L
Decimal 236 165 12 0 0.30 0.95 0.07 40.98 0.9 0.49
Hex EC A5 C 0 1E 5F 7 29 5A 31
Octal 354 245 14 0 36 137 7 51 132 61
Binary 11101100 10100101 1100 0 11110 1011111 111 101001 1011010 110001

Color Harmonies of #ECA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA50C

Black with #ECA50C

Text Example


Text Example

White with #ECA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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