Html Css Color HEX #E0A706 Gamboge

📋 copy color: '#E0A706'

red 224 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #E0A706

Tints of Gamboge #E0A706

RGB

 RED value IS 224 (87.89% from 255) = 56.42%

 GREEN value IS 167 (65.63% from 255) = 42.07%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 56.42%
G = 42.07%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0A706 (or 0xE0A706) is known color: Gamboge. HEX triplet: E0, A7 and 06. RGB value is (224,167,6). Sum of RGB (Red+Green+Blue) = 224+167+6=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A706 is #1F58F9. Grayscale: #A6A6A6. Windows color (decimal): -2054394 or 436192. OLE color: 436192.

HSL color Cylindrical-coordinate representation of color #E0A706: hue angle of 44.31º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0A706 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 167 6 -
CMYK 0 0.25 0.97 0.12
HSL 44.31º 0.95% 0.45% -
HSV(B) 44.31º 0.97% 0.88% -
XYZ 44.59 43.5 6.22 -
YUV 165.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 224 167 6 0 0.25 0.97 0.12 44.31 0.95 0.45
Hex E0 A7 6 0 19 61 C 2C 5F 2D
Octal 340 247 6 0 31 141 14 54 137 55
Binary 11100000 10100111 110 0 11001 1100001 1100 101100 1011111 101101

Color Harmonies of #E0A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A706

Black with #E0A706

Text Example


Text Example

White with #E0A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A706; }

 p { color: rgb(224,167,6); }

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

background-color css

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

 a { background-color: rgb(224,167,6); }

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

border-color css

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

 span { border-color: rgb(224,167,6); }

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