Html Css Color HEX #ECAB12 Gamboge

📋 copy color: '#ECAB12'

red 236 ◦ green 171 ◦ blue 18

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

Shades of Gamboge #ECAB12

Tints of Gamboge #ECAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 55.53%
G = 40.24%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAB12 (or 0xECAB12) is known color: Gamboge. HEX triplet: EC, AB and 12. RGB value is (236,171,18). Sum of RGB (Red+Green+Blue) = 236+171+18=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB12 is #1354ED. Grayscale: #ADADAD. Windows color (decimal): -1266926 or 1223660. OLE color: 1223660.

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

Color convert

RGB 236 171 18 -
CMYK 0 0.28 0.92 0.07
HSL 42.11º 0.86% 0.5% -
HSV(B) 42.11º 0.92% 0.93% -
XYZ 49.26 47 7.05 -
YUV 172.99 40.53 172.94 -
System Red Green Blue C M Y K H S L
Decimal 236 171 18 0 0.28 0.92 0.07 42.11 0.86 0.5
Hex EC AB 12 0 1C 5C 7 2A 56 32
Octal 354 253 22 0 34 134 7 52 126 62
Binary 11101100 10101011 10010 0 11100 1011100 111 101010 1010110 110010

Color Harmonies of #ECAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB12

Black with #ECAB12

Text Example


Text Example

White with #ECAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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