Html Css Color HEX #E08C13 Gamboge

📋 copy color: '#E08C13'

red 224 ◦ green 140 ◦ blue 19

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

Shades of Gamboge #E08C13

Tints of Gamboge #E08C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 58.49%
G = 36.55%
B = 4.96%

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

#E08C13 (or 0xE08C13) is known color: Gamboge. HEX triplet: E0, 8C and 13. RGB value is (224,140,19). Sum of RGB (Red+Green+Blue) = 224+140+19=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C13 is #1F73EC. Grayscale: #979797. Windows color (decimal): -2061293 or 1281248. OLE color: 1281248.

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

Color convert

RGB 224 140 19 -
CMYK 0 0.38 0.92 0.12
HSL 35.41º 0.84% 0.48% -
HSV(B) 35.41º 0.92% 0.88% -
XYZ 40.24 34.65 5.18 -
YUV 151.32 53.33 179.84 -
System Red Green Blue C M Y K H S L
Decimal 224 140 19 0 0.38 0.92 0.12 35.41 0.84 0.48
Hex E0 8C 13 0 26 5C C 23 54 30
Octal 340 214 23 0 46 134 14 43 124 60
Binary 11100000 10001100 10011 0 100110 1011100 1100 100011 1010100 110000

Color Harmonies of #E08C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C13

Black with #E08C13

Text Example


Text Example

White with #E08C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C13; }

 p { color: rgb(224,140,19); }

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

background-color css

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

 a { background-color: rgb(224,140,19); }

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

border-color css

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

 span { border-color: rgb(224,140,19); }

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