Html Css Color HEX #ECA504 Gamboge

📋 copy color: '#ECA504'

red 236 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #ECA504

Tints of Gamboge #ECA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

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

R = 58.27%
G = 40.74%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECA504 (or 0xECA504) is known color: Gamboge. HEX triplet: EC, A5 and 04. RGB value is (236,165,4). Sum of RGB (Red+Green+Blue) = 236+165+4=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA504 is #135AFB. Grayscale: #A8A8A8. Windows color (decimal): -1268476 or 304620. OLE color: 304620.

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

Color convert

RGB 236 165 4 -
CMYK 0 0.30 0.98 0.07
HSL 41.64º 0.97% 0.47% -
HSV(B) 41.64º 0.98% 0.93% -
XYZ 48.07 44.75 6.22 -
YUV 167.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 236 165 4 0 0.30 0.98 0.07 41.64 0.97 0.47
Hex EC A5 4 0 1E 62 7 2A 61 2F
Octal 354 245 4 0 36 142 7 52 141 57
Binary 11101100 10100101 100 0 11110 1100010 111 101010 1100001 101111

Color Harmonies of #ECA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA504

Black with #ECA504

Text Example


Text Example

White with #ECA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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