Html Css Color HEX #E8AE0E Gamboge

📋 copy color: '#E8AE0E'

red 232 ◦ green 174 ◦ blue 14

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

Shades of Gamboge #E8AE0E

Tints of Gamboge #E8AE0E

RGB

 RED value IS 232 (91.02% from 255) = 55.24%

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 55.24%
G = 41.43%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8AE0E (or 0xE8AE0E) is known color: Gamboge. HEX triplet: E8, AE and 0E. RGB value is (232,174,14). Sum of RGB (Red+Green+Blue) = 232+174+14=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AE0E is #1751F1. Grayscale: #ADADAD. Windows color (decimal): -1528306 or 962280. OLE color: 962280.

HSL color Cylindrical-coordinate representation of color #E8AE0E: hue angle of 44.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8AE0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 174 14 -
CMYK 0 0.25 0.94 0.09
HSL 44.04º 0.89% 0.48% -
HSV(B) 44.04º 0.94% 0.91% -
XYZ 48.49 47.46 7.02 -
YUV 173.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 232 174 14 0 0.25 0.94 0.09 44.04 0.89 0.48
Hex E8 AE E 0 19 5E 9 2C 59 30
Octal 350 256 16 0 31 136 11 54 131 60
Binary 11101000 10101110 1110 0 11001 1011110 1001 101100 1011001 110000

Color Harmonies of #E8AE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AE0E

Black with #E8AE0E

Text Example


Text Example

White with #E8AE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AE0E; }

 p { color: rgb(232,174,14); }

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

background-color css

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

 a { background-color: rgb(232,174,14); }

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

border-color css

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

 span { border-color: rgb(232,174,14); }

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