Html Css Color HEX #E08B11 Gamboge

📋 copy color: '#E08B11'

red 224 ◦ green 139 ◦ blue 17

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

Shades of Gamboge #E08B11

Tints of Gamboge #E08B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 58.95%
G = 36.58%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E08B11 (or 0xE08B11) is known color: Gamboge. HEX triplet: E0, 8B and 11. RGB value is (224,139,17). Sum of RGB (Red+Green+Blue) = 224+139+17=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08B11 is #1F74EE. Grayscale: #979797. Windows color (decimal): -2061551 or 1149920. OLE color: 1149920.

HSL color Cylindrical-coordinate representation of color #E08B11: hue angle of 35.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E08B11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 139 17 -
CMYK 0 0.38 0.92 0.12
HSL 35.36º 0.86% 0.47% -
HSV(B) 35.36º 0.92% 0.88% -
XYZ 40.07 34.35 5.05 -
YUV 150.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 224 139 17 0 0.38 0.92 0.12 35.36 0.86 0.47
Hex E0 8B 11 0 26 5C C 23 56 2F
Octal 340 213 21 0 46 134 14 43 126 57
Binary 11100000 10001011 10001 0 100110 1011100 1100 100011 1010110 101111

Color Harmonies of #E08B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B11

Black with #E08B11

Text Example


Text Example

White with #E08B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B11; }

 p { color: rgb(224,139,17); }

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

background-color css

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

 a { background-color: rgb(224,139,17); }

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

border-color css

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

 span { border-color: rgb(224,139,17); }

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