Html Css Color HEX #E1870E Gamboge

📋 copy color: '#E1870E'

red 225 ◦ green 135 ◦ blue 14

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

Shades of Gamboge #E1870E

Tints of Gamboge #E1870E

RGB

 RED value IS 225 (88.28% from 255) = 60.16%

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

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

R = 60.16%
G = 36.1%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1870E (or 0xE1870E) is known color: Gamboge. HEX triplet: E1, 87 and 0E. RGB value is (225,135,14). Sum of RGB (Red+Green+Blue) = 225+135+14=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1870E is #1E78F1. Grayscale: #949494. Windows color (decimal): -1997042 or 952289. OLE color: 952289.

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

Color convert

RGB 225 135 14 -
CMYK 0 0.4 0.94 0.12
HSL 34.41º 0.88% 0.47% -
HSV(B) 34.41º 0.94% 0.88% -
XYZ 39.79 33.37 4.76 -
YUV 148.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 225 135 14 0 0.4 0.94 0.12 34.41 0.88 0.47
Hex E1 87 E 0 28 5E C 22 58 2F
Octal 341 207 16 0 50 136 14 42 130 57
Binary 11100001 10000111 1110 0 101000 1011110 1100 100010 1011000 101111

Color Harmonies of #E1870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1870E

Black with #E1870E

Text Example


Text Example

White with #E1870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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