Html Css Color HEX #E99514 Gamboge

📋 copy color: '#E99514'

red 233 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #E99514

Tints of Gamboge #E99514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 57.96%
G = 37.06%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E99514 (or 0xE99514) is known color: Gamboge. HEX triplet: E9, 95 and 14. RGB value is (233,149,20). Sum of RGB (Red+Green+Blue) = 233+149+20=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E99514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99514 is #166AEB. Grayscale: #A0A0A0. Windows color (decimal): -1469164 or 1349097. OLE color: 1349097.

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

Color convert

RGB 233 149 20 -
CMYK 0 0.36 0.91 0.09
HSL 36.34º 0.84% 0.5% -
HSV(B) 36.34º 0.91% 0.91% -
XYZ 44.48 38.87 5.82 -
YUV 159.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 233 149 20 0 0.36 0.91 0.09 36.34 0.84 0.5
Hex E9 95 14 0 24 5B 9 24 54 32
Octal 351 225 24 0 44 133 11 44 124 62
Binary 11101001 10010101 10100 0 100100 1011011 1001 100100 1010100 110010

Color Harmonies of #E99514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99514

Black with #E99514

Text Example


Text Example

White with #E99514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99514; }

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

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

background-color css

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

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

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

border-color css

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

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

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