Html Css Color HEX #E89114 Gamboge

📋 copy color: '#E89114'

red 232 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #E89114

Tints of Gamboge #E89114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 58.44%
G = 36.52%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E89114 (or 0xE89114) is known color: Gamboge. HEX triplet: E8, 91 and 14. RGB value is (232,145,20). Sum of RGB (Red+Green+Blue) = 232+145+20=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E89114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89114 is #176EEB. Grayscale: #9D9D9D. Windows color (decimal): -1535724 or 1348072. OLE color: 1348072.

HSL color Cylindrical-coordinate representation of color #E89114: hue angle of 35.38º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E89114 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 145 20 -
CMYK 0 0.38 0.91 0.09
HSL 35.38º 0.84% 0.49% -
HSV(B) 35.38º 0.91% 0.91% -
XYZ 43.53 37.46 5.6 -
YUV 156.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 232 145 20 0 0.38 0.91 0.09 35.38 0.84 0.49
Hex E8 91 14 0 26 5B 9 23 54 31
Octal 350 221 24 0 46 133 11 43 124 61
Binary 11101000 10010001 10100 0 100110 1011011 1001 100011 1010100 110001

Color Harmonies of #E89114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89114

Black with #E89114

Text Example


Text Example

White with #E89114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89114; }

 p { color: rgb(232,145,20); }

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

background-color css

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

 a { background-color: rgb(232,145,20); }

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

border-color css

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

 span { border-color: rgb(232,145,20); }

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