Html Css Color HEX #E0AE07 Gamboge

📋 copy color: '#E0AE07'

red 224 ◦ green 174 ◦ blue 7

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

Shades of Gamboge #E0AE07

Tints of Gamboge #E0AE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 55.31%
G = 42.96%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0AE07 (or 0xE0AE07) is known color: Gamboge. HEX triplet: E0, AE and 07. RGB value is (224,174,7). Sum of RGB (Red+Green+Blue) = 224+174+7=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AE07 is #1F51F8. Grayscale: #AAAAAA. Windows color (decimal): -2052601 or 503520. OLE color: 503520.

HSL color Cylindrical-coordinate representation of color #E0AE07: hue angle of 46.18º degrees, saturation: 0.94, 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 #E0AE07 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 174 7 -
CMYK 0 0.22 0.97 0.12
HSL 46.18º 0.94% 0.45% -
HSV(B) 46.18º 0.97% 0.88% -
XYZ 45.91 46.13 6.69 -
YUV 169.91 36.07 166.58 -
System Red Green Blue C M Y K H S L
Decimal 224 174 7 0 0.22 0.97 0.12 46.18 0.94 0.45
Hex E0 AE 7 0 16 61 C 2E 5E 2D
Octal 340 256 7 0 26 141 14 56 136 55
Binary 11100000 10101110 111 0 10110 1100001 1100 101110 1011110 101101

Color Harmonies of #E0AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE07

Black with #E0AE07

Text Example


Text Example

White with #E0AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE07; }

 p { color: rgb(224,174,7); }

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

background-color css

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

 a { background-color: rgb(224,174,7); }

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

border-color css

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

 span { border-color: rgb(224,174,7); }

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