Html Css Color HEX #ECAB15 Gamboge

📋 copy color: '#ECAB15'

red 236 ◦ green 171 ◦ blue 21

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

Shades of Gamboge #ECAB15

Tints of Gamboge #ECAB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 55.14%
G = 39.95%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECAB15 (or 0xECAB15) is known color: Gamboge. HEX triplet: EC, AB and 15. RGB value is (236,171,21). Sum of RGB (Red+Green+Blue) = 236+171+21=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB15 is #1354EA. Grayscale: #AEAEAE. Windows color (decimal): -1266923 or 1420268. OLE color: 1420268.

HSL color Cylindrical-coordinate representation of color #ECAB15: hue angle of 41.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECAB15 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 21 -
CMYK 0 0.28 0.91 0.07
HSL 41.86º 0.85% 0.5% -
HSV(B) 41.86º 0.91% 0.93% -
XYZ 49.29 47.01 7.19 -
YUV 173.34 42.03 172.7 -
System Red Green Blue C M Y K H S L
Decimal 236 171 21 0 0.28 0.91 0.07 41.86 0.85 0.5
Hex EC AB 15 0 1C 5B 7 2A 55 32
Octal 354 253 25 0 34 133 7 52 125 62
Binary 11101100 10101011 10101 0 11100 1011011 111 101010 1010101 110010

Color Harmonies of #ECAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB15

Black with #ECAB15

Text Example


Text Example

White with #ECAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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