Html Css Color HEX #E89F14 Gamboge

📋 copy color: '#E89F14'

red 232 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #E89F14

Tints of Gamboge #E89F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

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

R = 56.45%
G = 38.69%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E89F14 (or 0xE89F14) is known color: Gamboge. HEX triplet: E8, 9F and 14. RGB value is (232,159,20). Sum of RGB (Red+Green+Blue) = 232+159+20=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F14 is #1760EB. Grayscale: #A5A5A5. Windows color (decimal): -1532140 or 1351656. OLE color: 1351656.

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

Color convert

RGB 232 159 20 -
CMYK 0 0.31 0.91 0.09
HSL 39.34º 0.84% 0.49% -
HSV(B) 39.34º 0.91% 0.91% -
XYZ 45.8 42 6.36 -
YUV 164.98 46.18 175.8 -
System Red Green Blue C M Y K H S L
Decimal 232 159 20 0 0.31 0.91 0.09 39.34 0.84 0.49
Hex E8 9F 14 0 1F 5B 9 27 54 31
Octal 350 237 24 0 37 133 11 47 124 61
Binary 11101000 10011111 10100 0 11111 1011011 1001 100111 1010100 110001

Color Harmonies of #E89F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F14

Black with #E89F14

Text Example


Text Example

White with #E89F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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