Html Css Color HEX #E89D14 Gamboge

📋 copy color: '#E89D14'

red 232 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #E89D14

Tints of Gamboge #E89D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

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

R = 56.72%
G = 38.39%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E89D14 (or 0xE89D14) is known color: Gamboge. HEX triplet: E8, 9D and 14. RGB value is (232,157,20). Sum of RGB (Red+Green+Blue) = 232+157+20=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89D14 is #1762EB. Grayscale: #A4A4A4. Windows color (decimal): -1532652 or 1351144. OLE color: 1351144.

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

Color convert

RGB 232 157 20 -
CMYK 0 0.32 0.91 0.09
HSL 38.77º 0.84% 0.49% -
HSV(B) 38.77º 0.91% 0.91% -
XYZ 45.46 41.32 6.24 -
YUV 163.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 232 157 20 0 0.32 0.91 0.09 38.77 0.84 0.49
Hex E8 9D 14 0 20 5B 9 27 54 31
Octal 350 235 24 0 40 133 11 47 124 61
Binary 11101000 10011101 10100 0 100000 1011011 1001 100111 1010100 110001

Color Harmonies of #E89D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89D14

Black with #E89D14

Text Example


Text Example

White with #E89D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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