Html Css Color HEX #E1910D Gamboge

📋 copy color: '#E1910D'

red 225 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #E1910D

Tints of Gamboge #E1910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 58.75%
G = 37.86%
B = 3.39%

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

#E1910D (or 0xE1910D) is known color: Gamboge. HEX triplet: E1, 91 and 0D. RGB value is (225,145,13). Sum of RGB (Red+Green+Blue) = 225+145+13=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1910D is #1E6EF2. Grayscale: #9A9A9A. Windows color (decimal): -1994483 or 889313. OLE color: 889313.

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

Color convert

RGB 225 145 13 -
CMYK 0 0.36 0.94 0.12
HSL 37.36º 0.89% 0.47% -
HSV(B) 37.36º 0.94% 0.88% -
XYZ 41.25 36.29 5.21 -
YUV 153.87 48.5 178.73 -
System Red Green Blue C M Y K H S L
Decimal 225 145 13 0 0.36 0.94 0.12 37.36 0.89 0.47
Hex E1 91 D 0 24 5E C 25 59 2F
Octal 341 221 15 0 44 136 14 45 131 57
Binary 11100001 10010001 1101 0 100100 1011110 1100 100101 1011001 101111

Color Harmonies of #E1910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1910D

Black with #E1910D

Text Example


Text Example

White with #E1910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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