Html Css Color HEX #E1880E Gamboge

📋 copy color: '#E1880E'

red 225 ◦ green 136 ◦ blue 14

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

Shades of Gamboge #E1880E

Tints of Gamboge #E1880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 60%
G = 36.27%
B = 3.73%

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

#E1880E (or 0xE1880E) is known color: Gamboge. HEX triplet: E1, 88 and 0E. RGB value is (225,136,14). Sum of RGB (Red+Green+Blue) = 225+136+14=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1880E is #1E77F1. Grayscale: #959595. Windows color (decimal): -1996786 or 952545. OLE color: 952545.

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

Color convert

RGB 225 136 14 -
CMYK 0 0.40 0.94 0.12
HSL 34.69º 0.88% 0.47% -
HSV(B) 34.69º 0.94% 0.88% -
XYZ 39.93 33.65 4.81 -
YUV 148.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 225 136 14 0 0.40 0.94 0.12 34.69 0.88 0.47
Hex E1 88 E 0 28 5E C 23 58 2F
Octal 341 210 16 0 50 136 14 43 130 57
Binary 11100001 10001000 1110 0 101000 1011110 1100 100011 1011000 101111

Color Harmonies of #E1880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1880E

Black with #E1880E

Text Example


Text Example

White with #E1880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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