Html Css Color HEX #E08E0E Gamboge

📋 copy color: '#E08E0E'

red 224 ◦ green 142 ◦ blue 14

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

Shades of Gamboge #E08E0E

Tints of Gamboge #E08E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 58.95%
G = 37.37%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E08E0E (or 0xE08E0E) is known color: Gamboge. HEX triplet: E0, 8E and 0E. RGB value is (224,142,14). Sum of RGB (Red+Green+Blue) = 224+142+14=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08E0E is #1F71F1. Grayscale: #989898. Windows color (decimal): -2060786 or 954080. OLE color: 954080.

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

Color convert

RGB 224 142 14 -
CMYK 0 0.37 0.94 0.12
HSL 36.57º 0.88% 0.47% -
HSV(B) 36.57º 0.94% 0.88% -
XYZ 40.49 35.23 5.08 -
YUV 151.93 50.17 179.41 -
System Red Green Blue C M Y K H S L
Decimal 224 142 14 0 0.37 0.94 0.12 36.57 0.88 0.47
Hex E0 8E E 0 25 5E C 25 58 2F
Octal 340 216 16 0 45 136 14 45 130 57
Binary 11100000 10001110 1110 0 100101 1011110 1100 100101 1011000 101111

Color Harmonies of #E08E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E0E

Black with #E08E0E

Text Example


Text Example

White with #E08E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E0E; }

 p { color: rgb(224,142,14); }

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

background-color css

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

 a { background-color: rgb(224,142,14); }

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

border-color css

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

 span { border-color: rgb(224,142,14); }

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