Html Css Color HEX #E99914 Gamboge

📋 copy color: '#E99914'

red 233 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #E99914

Tints of Gamboge #E99914

RGB

 RED value IS 233 (91.41% from 255) = 57.39%

 GREEN value IS 153 (60.16% from 255) = 37.68%

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

R = 57.39%
G = 37.68%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E99914 (or 0xE99914) is known color: Gamboge. HEX triplet: E9, 99 and 14. RGB value is (233,153,20). Sum of RGB (Red+Green+Blue) = 233+153+20=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E99914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99914 is #1666EB. Grayscale: #A2A2A2. Windows color (decimal): -1468140 or 1350121. OLE color: 1350121.

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

Color convert

RGB 233 153 20 -
CMYK 0 0.34 0.91 0.09
HSL 37.46º 0.84% 0.5% -
HSV(B) 37.46º 0.91% 0.91% -
XYZ 45.12 40.16 6.03 -
YUV 161.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 233 153 20 0 0.34 0.91 0.09 37.46 0.84 0.5
Hex E9 99 14 0 22 5B 9 25 54 32
Octal 351 231 24 0 42 133 11 45 124 62
Binary 11101001 10011001 10100 0 100010 1011011 1001 100101 1010100 110010

Color Harmonies of #E99914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99914

Black with #E99914

Text Example


Text Example

White with #E99914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99914; }

 p { color: rgb(233,153,20); }

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

background-color css

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

 a { background-color: rgb(233,153,20); }

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

border-color css

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

 span { border-color: rgb(233,153,20); }

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