Html Css Color HEX #E8AF0E Gamboge

📋 copy color: '#E8AF0E'

red 232 ◦ green 175 ◦ blue 14

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

Shades of Gamboge #E8AF0E

Tints of Gamboge #E8AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

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

R = 55.11%
G = 41.57%
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

#E8AF0E (or 0xE8AF0E) is known color: Gamboge. HEX triplet: E8, AF and 0E. RGB value is (232,175,14). Sum of RGB (Red+Green+Blue) = 232+175+14=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF0E is #1750F1. Grayscale: #AEAEAE. Windows color (decimal): -1528050 or 962536. OLE color: 962536.

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

Color convert

RGB 232 175 14 -
CMYK 0 0.25 0.94 0.09
HSL 44.31º 0.89% 0.48% -
HSV(B) 44.31º 0.94% 0.91% -
XYZ 48.69 47.85 7.08 -
YUV 173.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 232 175 14 0 0.25 0.94 0.09 44.31 0.89 0.48
Hex E8 AF E 0 19 5E 9 2C 59 30
Octal 350 257 16 0 31 136 11 54 131 60
Binary 11101000 10101111 1110 0 11001 1011110 1001 101100 1011001 110000

Color Harmonies of #E8AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF0E

Black with #E8AF0E

Text Example


Text Example

White with #E8AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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