Html Css Color HEX #ECAA04 Gamboge

📋 copy color: '#ECAA04'

red 236 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #ECAA04

Tints of Gamboge #ECAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 57.56%
G = 41.46%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECAA04 (or 0xECAA04) is known color: Gamboge. HEX triplet: EC, AA and 04. RGB value is (236,170,4). Sum of RGB (Red+Green+Blue) = 236+170+4=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA04 is #1355FB. Grayscale: #ABABAB. Windows color (decimal): -1267196 or 305900. OLE color: 305900.

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

Color convert

RGB 236 170 4 -
CMYK 0 0.28 0.98 0.07
HSL 42.93º 0.97% 0.47% -
HSV(B) 42.93º 0.98% 0.93% -
XYZ 48.99 46.59 6.53 -
YUV 170.81 33.87 174.5 -
System Red Green Blue C M Y K H S L
Decimal 236 170 4 0 0.28 0.98 0.07 42.93 0.97 0.47
Hex EC AA 4 0 1C 62 7 2B 61 2F
Octal 354 252 4 0 34 142 7 53 141 57
Binary 11101100 10101010 100 0 11100 1100010 111 101011 1100001 101111

Color Harmonies of #ECAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA04

Black with #ECAA04

Text Example


Text Example

White with #ECAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA04; }

 p { color: rgb(236,170,4); }

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

background-color css

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

 a { background-color: rgb(236,170,4); }

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

border-color css

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

 span { border-color: rgb(236,170,4); }

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