Html Css Color HEX #E99D16 Gamboge

📋 copy color: '#E99D16'

red 233 ◦ green 157 ◦ blue 22

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

Shades of Gamboge #E99D16

Tints of Gamboge #E99D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.34%

R = 56.55%
G = 38.11%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E99D16 (or 0xE99D16) is known color: Gamboge. HEX triplet: E9, 9D and 16. RGB value is (233,157,22). Sum of RGB (Red+Green+Blue) = 233+157+22=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D16 is #1662E9. Grayscale: #A4A4A4. Windows color (decimal): -1467114 or 1482217. OLE color: 1482217.

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

Color convert

RGB 233 157 22 -
CMYK 0 0.33 0.91 0.09
HSL 38.39º 0.83% 0.5% -
HSV(B) 38.39º 0.91% 0.91% -
XYZ 45.81 41.5 6.35 -
YUV 164.33 47.68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 233 157 22 0 0.33 0.91 0.09 38.39 0.83 0.5
Hex E9 9D 16 0 21 5B 9 26 53 32
Octal 351 235 26 0 41 133 11 46 123 62
Binary 11101001 10011101 10110 0 100001 1011011 1001 100110 1010011 110010

Color Harmonies of #E99D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99D16

Black with #E99D16

Text Example


Text Example

White with #E99D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99D16; }

 p { color: rgb(233,157,22); }

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

background-color css

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

 a { background-color: rgb(233,157,22); }

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

border-color css

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

 span { border-color: rgb(233,157,22); }

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