Html Css Color HEX #E09E16 Gamboge

📋 copy color: '#E09E16'

red 224 ◦ green 158 ◦ blue 22

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

Shades of Gamboge #E09E16

Tints of Gamboge #E09E16

RGB

 RED value IS 224 (87.89% from 255) = 55.45%

 GREEN value IS 158 (62.11% from 255) = 39.11%

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

R = 55.45%
G = 39.11%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E09E16 (or 0xE09E16) is known color: Gamboge. HEX triplet: E0, 9E and 16. RGB value is (224,158,22). Sum of RGB (Red+Green+Blue) = 224+158+22=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09E16 is #1F61E9. Grayscale: #A2A2A2. Windows color (decimal): -2056682 or 1482464. OLE color: 1482464.

HSL color Cylindrical-coordinate representation of color #E09E16: hue angle of 40.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E09E16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 158 22 -
CMYK 0 0.29 0.90 0.12
HSL 40.4º 0.82% 0.48% -
HSV(B) 40.4º 0.9% 0.88% -
XYZ 43.11 40.36 6.28 -
YUV 162.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 224 158 22 0 0.29 0.90 0.12 40.4 0.82 0.48
Hex E0 9E 16 0 1D 5A C 28 52 30
Octal 340 236 26 0 35 132 14 50 122 60
Binary 11100000 10011110 10110 0 11101 1011010 1100 101000 1010010 110000

Color Harmonies of #E09E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E16

Black with #E09E16

Text Example


Text Example

White with #E09E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E16; }

 p { color: rgb(224,158,22); }

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

background-color css

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

 a { background-color: rgb(224,158,22); }

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

border-color css

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

 span { border-color: rgb(224,158,22); }

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