Html Css Color HEX #ECAC0E Gamboge

📋 copy color: '#ECAC0E'

red 236 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #ECAC0E

Tints of Gamboge #ECAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 14 (5.86% from 255) = 3.32%

R = 55.92%
G = 40.76%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECAC0E (or 0xECAC0E) is known color: Gamboge. HEX triplet: EC, AC and 0E. RGB value is (236,172,14). Sum of RGB (Red+Green+Blue) = 236+172+14=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0E is #1353F1. Grayscale: #ADADAD. Windows color (decimal): -1266674 or 961772. OLE color: 961772.

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

Color convert

RGB 236 172 14 -
CMYK 0 0.27 0.94 0.07
HSL 42.7º 0.89% 0.49% -
HSV(B) 42.7º 0.94% 0.93% -
XYZ 49.42 47.37 6.95 -
YUV 173.12 38.2 172.85 -
System Red Green Blue C M Y K H S L
Decimal 236 172 14 0 0.27 0.94 0.07 42.7 0.89 0.49
Hex EC AC E 0 1B 5E 7 2B 59 31
Octal 354 254 16 0 33 136 7 53 131 61
Binary 11101100 10101100 1110 0 11011 1011110 111 101011 1011001 110001

Color Harmonies of #ECAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC0E

Black with #ECAC0E

Text Example


Text Example

White with #ECAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC0E; }

 p { color: rgb(236,172,14); }

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

background-color css

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

 a { background-color: rgb(236,172,14); }

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

border-color css

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

 span { border-color: rgb(236,172,14); }

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