Html Css Color HEX #E8AC0D Gamboge

📋 copy color: '#E8AC0D'

red 232 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #E8AC0D

Tints of Gamboge #E8AC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 55.64%
G = 41.25%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8AC0D (or 0xE8AC0D) is known color: Gamboge. HEX triplet: E8, AC and 0D. RGB value is (232,172,13). Sum of RGB (Red+Green+Blue) = 232+172+13=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AC0D is #1753F2. Grayscale: #ACACAC. Windows color (decimal): -1528819 or 896232. OLE color: 896232.

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

Color convert

RGB 232 172 13 -
CMYK 0 0.26 0.94 0.09
HSL 43.56º 0.89% 0.48% -
HSV(B) 43.56º 0.94% 0.91% -
XYZ 48.1 46.69 6.86 -
YUV 171.81 38.38 170.93 -
System Red Green Blue C M Y K H S L
Decimal 232 172 13 0 0.26 0.94 0.09 43.56 0.89 0.48
Hex E8 AC D 0 1A 5E 9 2C 59 30
Octal 350 254 15 0 32 136 11 54 131 60
Binary 11101000 10101100 1101 0 11010 1011110 1001 101100 1011001 110000

Color Harmonies of #E8AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AC0D

Black with #E8AC0D

Text Example


Text Example

White with #E8AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AC0D; }

 p { color: rgb(232,172,13); }

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

background-color css

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

 a { background-color: rgb(232,172,13); }

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

border-color css

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

 span { border-color: rgb(232,172,13); }

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