Html Css Color HEX #E1880B Gamboge

📋 copy color: '#E1880B'

red 225 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #E1880B

Tints of Gamboge #E1880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 60.48%
G = 36.56%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1880B (or 0xE1880B) is known color: Gamboge. HEX triplet: E1, 88 and 0B. RGB value is (225,136,11). Sum of RGB (Red+Green+Blue) = 225+136+11=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1880B is #1E77F4. Grayscale: #949494. Windows color (decimal): -1996789 or 755937. OLE color: 755937.

HSL color Cylindrical-coordinate representation of color #E1880B: hue angle of 35.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1880B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 136 11 -
CMYK 0 0.40 0.95 0.12
HSL 35.05º 0.91% 0.46% -
HSV(B) 35.05º 0.95% 0.88% -
XYZ 39.92 33.64 4.71 -
YUV 148.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 225 136 11 0 0.40 0.95 0.12 35.05 0.91 0.46
Hex E1 88 B 0 28 5F C 23 5B 2E
Octal 341 210 13 0 50 137 14 43 133 56
Binary 11100001 10001000 1011 0 101000 1011111 1100 100011 1011011 101110

Color Harmonies of #E1880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1880B

Black with #E1880B

Text Example


Text Example

White with #E1880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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