Html Css Color HEX #E99714 Gamboge

📋 copy color: '#E99714'

red 233 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #E99714

Tints of Gamboge #E99714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

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

R = 57.67%
G = 37.38%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E99714 (or 0xE99714) is known color: Gamboge. HEX triplet: E9, 97 and 14. RGB value is (233,151,20). Sum of RGB (Red+Green+Blue) = 233+151+20=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E99714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99714 is #1668EB. Grayscale: #A1A1A1. Windows color (decimal): -1468652 or 1349609. OLE color: 1349609.

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

Color convert

RGB 233 151 20 -
CMYK 0 0.35 0.91 0.09
HSL 36.9º 0.84% 0.5% -
HSV(B) 36.9º 0.91% 0.91% -
XYZ 44.8 39.51 5.93 -
YUV 160.58 48.67 179.65 -
System Red Green Blue C M Y K H S L
Decimal 233 151 20 0 0.35 0.91 0.09 36.9 0.84 0.5
Hex E9 97 14 0 23 5B 9 25 54 32
Octal 351 227 24 0 43 133 11 45 124 62
Binary 11101001 10010111 10100 0 100011 1011011 1001 100101 1010100 110010

Color Harmonies of #E99714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99714

Black with #E99714

Text Example


Text Example

White with #E99714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99714; }

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

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

background-color css

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

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

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

border-color css

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

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

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