Html Css Color HEX #E08B0B Gamboge

📋 copy color: '#E08B0B'

red 224 ◦ green 139 ◦ blue 11

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

Shades of Gamboge #E08B0B

Tints of Gamboge #E08B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.94%

R = 59.89%
G = 37.17%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E08B0B (or 0xE08B0B) is known color: Gamboge. HEX triplet: E0, 8B and 0B. RGB value is (224,139,11). Sum of RGB (Red+Green+Blue) = 224+139+11=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08B0B is #1F74F4. Grayscale: #969696. Windows color (decimal): -2061557 or 756704. OLE color: 756704.

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

Color convert

RGB 224 139 11 -
CMYK 0 0.38 0.95 0.12
HSL 36.06º 0.91% 0.46% -
HSV(B) 36.06º 0.95% 0.88% -
XYZ 40.03 34.34 4.83 -
YUV 149.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 224 139 11 0 0.38 0.95 0.12 36.06 0.91 0.46
Hex E0 8B B 0 26 5F C 24 5B 2E
Octal 340 213 13 0 46 137 14 44 133 56
Binary 11100000 10001011 1011 0 100110 1011111 1100 100100 1011011 101110

Color Harmonies of #E08B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B0B

Black with #E08B0B

Text Example


Text Example

White with #E08B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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