Html Css Color HEX #E7A504 Gamboge

📋 copy color: '#E7A504'

red 231 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #E7A504

Tints of Gamboge #E7A504

RGB

 RED value IS 231 (90.63% from 255) = 57.75%

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

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

R = 57.75%
G = 41.25%
B = 1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E7A504 (or 0xE7A504) is known color: Gamboge. HEX triplet: E7, A5 and 04. RGB value is (231,165,4). Sum of RGB (Red+Green+Blue) = 231+165+4=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A504 is #185AFB. Grayscale: #A7A7A7. Windows color (decimal): -1596156 or 304615. OLE color: 304615.

HSL color Cylindrical-coordinate representation of color #E7A504: hue angle of 42.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7A504 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 4 -
CMYK 0 0.29 0.98 0.09
HSL 42.56º 0.97% 0.46% -
HSV(B) 42.56º 0.98% 0.91% -
XYZ 46.43 43.91 6.14 -
YUV 166.38 36.37 174.09 -
System Red Green Blue C M Y K H S L
Decimal 231 165 4 0 0.29 0.98 0.09 42.56 0.97 0.46
Hex E7 A5 4 0 1D 62 9 2B 61 2E
Octal 347 245 4 0 35 142 11 53 141 56
Binary 11100111 10100101 100 0 11101 1100010 1001 101011 1100001 101110

Color Harmonies of #E7A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A504

Black with #E7A504

Text Example


Text Example

White with #E7A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A504; }

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

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

background-color css

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

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

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

border-color css

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

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

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