Html Css Color HEX #ECAB0D Gamboge

📋 copy color: '#ECAB0D'

red 236 ◦ green 171 ◦ blue 13

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

Shades of Gamboge #ECAB0D

Tints of Gamboge #ECAB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 56.19%
G = 40.71%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECAB0D (or 0xECAB0D) is known color: Gamboge. HEX triplet: EC, AB and 0D. RGB value is (236,171,13). Sum of RGB (Red+Green+Blue) = 236+171+13=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB0D is #1354F2. Grayscale: #ADADAD. Windows color (decimal): -1266931 or 895980. OLE color: 895980.

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

Color convert

RGB 236 171 13 -
CMYK 0 0.28 0.94 0.07
HSL 42.51º 0.9% 0.49% -
HSV(B) 42.51º 0.94% 0.93% -
XYZ 49.23 46.99 6.86 -
YUV 172.42 38.03 173.35 -
System Red Green Blue C M Y K H S L
Decimal 236 171 13 0 0.28 0.94 0.07 42.51 0.9 0.49
Hex EC AB D 0 1C 5E 7 2B 5A 31
Octal 354 253 15 0 34 136 7 53 132 61
Binary 11101100 10101011 1101 0 11100 1011110 111 101011 1011010 110001

Color Harmonies of #ECAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB0D

Black with #ECAB0D

Text Example


Text Example

White with #ECAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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