Html Css Color HEX #E0870E Gamboge

📋 copy color: '#E0870E'

red 224 ◦ green 135 ◦ blue 14

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

Shades of Gamboge #E0870E

Tints of Gamboge #E0870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 60.05%
G = 36.19%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0870E (or 0xE0870E) is known color: Gamboge. HEX triplet: E0, 87 and 0E. RGB value is (224,135,14). Sum of RGB (Red+Green+Blue) = 224+135+14=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0870E is #1F78F1. Grayscale: #949494. Windows color (decimal): -2062578 or 952288. OLE color: 952288.

HSL color Cylindrical-coordinate representation of color #E0870E: hue angle of 34.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 #E0870E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 135 14 -
CMYK 0 0.40 0.94 0.12
HSL 34.57º 0.88% 0.47% -
HSV(B) 34.57º 0.94% 0.88% -
XYZ 39.48 33.21 4.74 -
YUV 147.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 224 135 14 0 0.40 0.94 0.12 34.57 0.88 0.47
Hex E0 87 E 0 28 5E C 23 58 2F
Octal 340 207 16 0 50 136 14 43 130 57
Binary 11100000 10000111 1110 0 101000 1011110 1100 100011 1011000 101111

Color Harmonies of #E0870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0870E

Black with #E0870E

Text Example


Text Example

White with #E0870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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