Html Css Color HEX #E7AC00 Gamboge

📋 copy color: '#E7AC00'

red 231 ◦ green 172 ◦ blue 0

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

Shades of Gamboge #E7AC00

Tints of Gamboge #E7AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.32%
G = 42.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E7AC00 (or 0xE7AC00) is known color: Gamboge. HEX triplet: E7, AC and 00. RGB value is (231,172,0). Sum of RGB (Red+Green+Blue) = 231+172+0=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC00 is #1853FF. Grayscale: #AAAAAA. Windows color (decimal): -1594368 or 44263. OLE color: 44263.

HSL color Cylindrical-coordinate representation of color #E7AC00: hue angle of 44.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7AC00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 172 0 -
CMYK 0 0.26 1 0.09
HSL 44.68º 1% 0.45% -
HSV(B) 44.68º 1% 0.91% -
XYZ 47.71 46.49 6.46 -
YUV 170.03 32.05 171.49 -
System Red Green Blue C M Y K H S L
Decimal 231 172 0 0 0.26 1 0.09 44.68 1 0.45
Hex E7 AC 0 0 1A 64 9 2D 64 2D
Octal 347 254 0 0 32 144 11 55 144 55
Binary 11100111 10101100 0 0 11010 1100100 1001 101101 1100100 101101

Color Harmonies of #E7AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AC00

Black with #E7AC00

Text Example


Text Example

White with #E7AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AC00; }

 p { color: rgb(231,172,0); }

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

background-color css

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

 a { background-color: rgb(231,172,0); }

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

border-color css

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

 span { border-color: rgb(231,172,0); }

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