Html Css Color HEX #E7AE00 Gamboge

📋 copy color: '#E7AE00'

red 231 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #E7AE00

Tints of Gamboge #E7AE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

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

R = 57.04%
G = 42.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E7AE00 (or 0xE7AE00) is known color: Gamboge. HEX triplet: E7, AE and 00. RGB value is (231,174,0). Sum of RGB (Red+Green+Blue) = 231+174+0=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AE00 is #1851FF. Grayscale: #ABABAB. Windows color (decimal): -1593856 or 44775. OLE color: 44775.

HSL color Cylindrical-coordinate representation of color #E7AE00: hue angle of 45.19º 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 #E7AE00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 174 0 -
CMYK 0 0.25 1 0.09
HSL 45.19º 1% 0.45% -
HSV(B) 45.19º 1% 0.91% -
XYZ 48.09 47.26 6.59 -
YUV 171.21 31.38 170.65 -
System Red Green Blue C M Y K H S L
Decimal 231 174 0 0 0.25 1 0.09 45.19 1 0.45
Hex E7 AE 0 0 19 64 9 2D 64 2D
Octal 347 256 0 0 31 144 11 55 144 55
Binary 11100111 10101110 0 0 11001 1100100 1001 101101 1100100 101101

Color Harmonies of #E7AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AE00

Black with #E7AE00

Text Example


Text Example

White with #E7AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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