Html Css Color HEX #ECA003 Gamboge

📋 copy color: '#ECA003'

red 236 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #ECA003

Tints of Gamboge #ECA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 59.15%
G = 40.1%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECA003 (or 0xECA003) is known color: Gamboge. HEX triplet: EC, A0 and 03. RGB value is (236,160,3). Sum of RGB (Red+Green+Blue) = 236+160+3=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA003 is #135FFC. Grayscale: #A5A5A5. Windows color (decimal): -1269757 or 237804. OLE color: 237804.

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

Color convert

RGB 236 160 3 -
CMYK 0 0.32 0.99 0.07
HSL 40.43º 0.97% 0.47% -
HSV(B) 40.43º 0.99% 0.93% -
XYZ 47.18 42.98 5.9 -
YUV 164.83 36.68 178.77 -
System Red Green Blue C M Y K H S L
Decimal 236 160 3 0 0.32 0.99 0.07 40.43 0.97 0.47
Hex EC A0 3 0 20 63 7 28 61 2F
Octal 354 240 3 0 40 143 7 50 141 57
Binary 11101100 10100000 11 0 100000 1100011 111 101000 1100001 101111

Color Harmonies of #ECA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA003

Black with #ECA003

Text Example


Text Example

White with #ECA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA003; }

 p { color: rgb(236,160,3); }

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

background-color css

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

 a { background-color: rgb(236,160,3); }

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

border-color css

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

 span { border-color: rgb(236,160,3); }

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