Html Css Color HEX #ECA11D Gamboge

📋 copy color: '#ECA11D'

red 236 ◦ green 161 ◦ blue 29

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

Shades of Gamboge #ECA11D

Tints of Gamboge #ECA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 55.4%
G = 37.79%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECA11D (or 0xECA11D) is known color: Gamboge. HEX triplet: EC, A1 and 1D. RGB value is (236,161,29). Sum of RGB (Red+Green+Blue) = 236+161+29=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA11D is #135EE2. Grayscale: #A8A8A8. Windows color (decimal): -1269475 or 1941996. OLE color: 1941996.

HSL color Cylindrical-coordinate representation of color #ECA11D: hue angle of 38.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECA11D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 161 29 -
CMYK 0 0.32 0.88 0.07
HSL 38.26º 0.84% 0.52% -
HSV(B) 38.26º 0.88% 0.93% -
XYZ 47.56 43.41 7.04 -
YUV 168.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 236 161 29 0 0.32 0.88 0.07 38.26 0.84 0.52
Hex EC A1 1D 0 20 58 7 26 54 34
Octal 354 241 35 0 40 130 7 46 124 64
Binary 11101100 10100001 11101 0 100000 1011000 111 100110 1010100 110100

Color Harmonies of #ECA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA11D

Black with #ECA11D

Text Example


Text Example

White with #ECA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA11D; }

 p { color: rgb(236,161,29); }

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

background-color css

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

 a { background-color: rgb(236,161,29); }

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

border-color css

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

 span { border-color: rgb(236,161,29); }

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