Html Css Color HEX #E1900F Gamboge

📋 copy color: '#E1900F'

red 225 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #E1900F

Tints of Gamboge #E1900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 58.59%
G = 37.5%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1900F (or 0xE1900F) is known color: Gamboge. HEX triplet: E1, 90 and 0F. RGB value is (225,144,15). Sum of RGB (Red+Green+Blue) = 225+144+15=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1900F is #1E6FF0. Grayscale: #9A9A9A. Windows color (decimal): -1994737 or 1020129. OLE color: 1020129.

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

Color convert

RGB 225 144 15 -
CMYK 0 0.36 0.93 0.12
HSL 36.86º 0.88% 0.47% -
HSV(B) 36.86º 0.93% 0.88% -
XYZ 41.11 35.99 5.23 -
YUV 153.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 225 144 15 0 0.36 0.93 0.12 36.86 0.88 0.47
Hex E1 90 F 0 24 5D C 25 58 2F
Octal 341 220 17 0 44 135 14 45 130 57
Binary 11100001 10010000 1111 0 100100 1011101 1100 100101 1011000 101111

Color Harmonies of #E1900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1900F

Black with #E1900F

Text Example


Text Example

White with #E1900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1900F; }

 p { color: rgb(225,144,15); }

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

background-color css

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

 a { background-color: rgb(225,144,15); }

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

border-color css

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

 span { border-color: rgb(225,144,15); }

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