Html Css Color HEX #E1910A Gamboge

📋 copy color: '#E1910A'

red 225 ◦ green 145 ◦ blue 10

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

Shades of Gamboge #E1910A

Tints of Gamboge #E1910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 59.21%
G = 38.16%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1910A (or 0xE1910A) is known color: Gamboge. HEX triplet: E1, 91 and 0A. RGB value is (225,145,10). Sum of RGB (Red+Green+Blue) = 225+145+10=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1910A is #1E6EF5. Grayscale: #9A9A9A. Windows color (decimal): -1994486 or 692705. OLE color: 692705.

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

Color convert

RGB 225 145 10 -
CMYK 0 0.36 0.96 0.12
HSL 37.67º 0.91% 0.46% -
HSV(B) 37.67º 0.96% 0.88% -
XYZ 41.23 36.28 5.12 -
YUV 153.53 47 178.98 -
System Red Green Blue C M Y K H S L
Decimal 225 145 10 0 0.36 0.96 0.12 37.67 0.91 0.46
Hex E1 91 A 0 24 60 C 26 5B 2E
Octal 341 221 12 0 44 140 14 46 133 56
Binary 11100001 10010001 1010 0 100100 1100000 1100 100110 1011011 101110

Color Harmonies of #E1910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1910A

Black with #E1910A

Text Example


Text Example

White with #E1910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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