Html Css Color HEX #E1900D Gamboge

📋 copy color: '#E1900D'

red 225 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #E1900D

Tints of Gamboge #E1900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 58.9%
G = 37.7%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1900D (or 0xE1900D) is known color: Gamboge. HEX triplet: E1, 90 and 0D. RGB value is (225,144,13). Sum of RGB (Red+Green+Blue) = 225+144+13=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1900D is #1E6FF2. Grayscale: #999999. Windows color (decimal): -1994739 or 889057. OLE color: 889057.

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

Color convert

RGB 225 144 13 -
CMYK 0 0.36 0.94 0.12
HSL 37.08º 0.89% 0.47% -
HSV(B) 37.08º 0.94% 0.88% -
XYZ 41.1 35.98 5.16 -
YUV 153.29 48.84 179.15 -
System Red Green Blue C M Y K H S L
Decimal 225 144 13 0 0.36 0.94 0.12 37.08 0.89 0.47
Hex E1 90 D 0 24 5E C 25 59 2F
Octal 341 220 15 0 44 136 14 45 131 57
Binary 11100001 10010000 1101 0 100100 1011110 1100 100101 1011001 101111

Color Harmonies of #E1900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1900D

Black with #E1900D

Text Example


Text Example

White with #E1900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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