Html Css Color HEX #ECAC0D Gamboge

📋 copy color: '#ECAC0D'

red 236 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #ECAC0D

Tints of Gamboge #ECAC0D

RGB

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

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

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

R = 56.06%
G = 40.86%
B = 3.09%

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

#ECAC0D (or 0xECAC0D) is known color: Gamboge. HEX triplet: EC, AC and 0D. RGB value is (236,172,13). Sum of RGB (Red+Green+Blue) = 236+172+13=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0D is #1353F2. Grayscale: #ADADAD. Windows color (decimal): -1266675 or 896236. OLE color: 896236.

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

Color convert

RGB 236 172 13 -
CMYK 0 0.27 0.94 0.07
HSL 42.78º 0.9% 0.49% -
HSV(B) 42.78º 0.94% 0.93% -
XYZ 49.42 47.37 6.92 -
YUV 173.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 236 172 13 0 0.27 0.94 0.07 42.78 0.9 0.49
Hex EC AC D 0 1B 5E 7 2B 5A 31
Octal 354 254 15 0 33 136 7 53 132 61
Binary 11101100 10101100 1101 0 11011 1011110 111 101011 1011010 110001

Color Harmonies of #ECAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC0D

Black with #ECAC0D

Text Example


Text Example

White with #ECAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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