Html Css Color HEX #ECA304 Gamboge

📋 copy color: '#ECA304'

red 236 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #ECA304

Tints of Gamboge #ECA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 58.56%
G = 40.45%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECA304 (or 0xECA304) is known color: Gamboge. HEX triplet: EC, A3 and 04. RGB value is (236,163,4). Sum of RGB (Red+Green+Blue) = 236+163+4=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA304 is #135CFB. Grayscale: #A7A7A7. Windows color (decimal): -1268988 or 304108. OLE color: 304108.

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

Color convert

RGB 236 163 4 -
CMYK 0 0.31 0.98 0.07
HSL 41.12º 0.97% 0.47% -
HSV(B) 41.12º 0.98% 0.93% -
XYZ 47.71 44.04 6.1 -
YUV 166.7 36.18 177.43 -
System Red Green Blue C M Y K H S L
Decimal 236 163 4 0 0.31 0.98 0.07 41.12 0.97 0.47
Hex EC A3 4 0 1F 62 7 29 61 2F
Octal 354 243 4 0 37 142 7 51 141 57
Binary 11101100 10100011 100 0 11111 1100010 111 101001 1100001 101111

Color Harmonies of #ECA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA304

Black with #ECA304

Text Example


Text Example

White with #ECA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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