Html Css Color HEX #E08D10 Gamboge

📋 copy color: '#E08D10'

red 224 ◦ green 141 ◦ blue 16

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

Shades of Gamboge #E08D10

Tints of Gamboge #E08D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 58.79%
G = 37.01%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E08D10 (or 0xE08D10) is known color: Gamboge. HEX triplet: E0, 8D and 10. RGB value is (224,141,16). Sum of RGB (Red+Green+Blue) = 224+141+16=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D10 is #1F72EF. Grayscale: #989898. Windows color (decimal): -2061040 or 1084896. OLE color: 1084896.

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

Color convert

RGB 224 141 16 -
CMYK 0 0.37 0.93 0.12
HSL 36.06º 0.87% 0.47% -
HSV(B) 36.06º 0.93% 0.88% -
XYZ 40.36 34.93 5.11 -
YUV 151.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 224 141 16 0 0.37 0.93 0.12 36.06 0.87 0.47
Hex E0 8D 10 0 25 5D C 24 57 2F
Octal 340 215 20 0 45 135 14 44 127 57
Binary 11100000 10001101 10000 0 100101 1011101 1100 100100 1010111 101111

Color Harmonies of #E08D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D10

Black with #E08D10

Text Example


Text Example

White with #E08D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D10; }

 p { color: rgb(224,141,16); }

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

background-color css

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

 a { background-color: rgb(224,141,16); }

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

border-color css

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

 span { border-color: rgb(224,141,16); }

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