Html Css Color HEX #ECAC12 Gamboge

📋 copy color: '#ECAC12'

red 236 ◦ green 172 ◦ blue 18

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

Shades of Gamboge #ECAC12

Tints of Gamboge #ECAC12

RGB

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

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

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

R = 55.4%
G = 40.38%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAC12 (or 0xECAC12) is known color: Gamboge. HEX triplet: EC, AC and 12. RGB value is (236,172,18). Sum of RGB (Red+Green+Blue) = 236+172+18=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC12 is #1353ED. Grayscale: #AEAEAE. Windows color (decimal): -1266670 or 1223916. OLE color: 1223916.

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

Color convert

RGB 236 172 18 -
CMYK 0 0.27 0.92 0.07
HSL 42.39º 0.86% 0.5% -
HSV(B) 42.39º 0.92% 0.93% -
XYZ 49.45 47.38 7.11 -
YUV 173.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 236 172 18 0 0.27 0.92 0.07 42.39 0.86 0.5
Hex EC AC 12 0 1B 5C 7 2A 56 32
Octal 354 254 22 0 33 134 7 52 126 62
Binary 11101100 10101100 10010 0 11011 1011100 111 101010 1010110 110010

Color Harmonies of #ECAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC12

Black with #ECAC12

Text Example


Text Example

White with #ECAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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