Html Css Color HEX #E8A018 Gamboge

📋 copy color: '#E8A018'

red 232 ◦ green 160 ◦ blue 24

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

Shades of Gamboge #E8A018

Tints of Gamboge #E8A018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 55.77%
G = 38.46%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E8A018 (or 0xE8A018) is known color: Gamboge. HEX triplet: E8, A0 and 18. RGB value is (232,160,24). Sum of RGB (Red+Green+Blue) = 232+160+24=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A018 is #175FE7. Grayscale: #A6A6A6. Windows color (decimal): -1531880 or 1614056. OLE color: 1614056.

HSL color Cylindrical-coordinate representation of color #E8A018: hue angle of 39.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8A018 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 160 24 -
CMYK 0 0.31 0.90 0.09
HSL 39.23º 0.82% 0.5% -
HSV(B) 39.23º 0.9% 0.91% -
XYZ 46.01 42.36 6.62 -
YUV 166.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 232 160 24 0 0.31 0.90 0.09 39.23 0.82 0.5
Hex E8 A0 18 0 1F 5A 9 27 52 32
Octal 350 240 30 0 37 132 11 47 122 62
Binary 11101000 10100000 11000 0 11111 1011010 1001 100111 1010010 110010

Color Harmonies of #E8A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A018

Black with #E8A018

Text Example


Text Example

White with #E8A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A018; }

 p { color: rgb(232,160,24); }

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

background-color css

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

 a { background-color: rgb(232,160,24); }

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

border-color css

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

 span { border-color: rgb(232,160,24); }

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