Html Css Color HEX #E1990A Gamboge

📋 copy color: '#E1990A'

red 225 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #E1990A

Tints of Gamboge #E1990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

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

R = 57.99%
G = 39.43%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1990A (or 0xE1990A) is known color: Gamboge. HEX triplet: E1, 99 and 0A. RGB value is (225,153,10). Sum of RGB (Red+Green+Blue) = 225+153+10=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1990A is #1E66F5. Grayscale: #9E9E9E. Windows color (decimal): -1992438 or 694753. OLE color: 694753.

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

Color convert

RGB 225 153 10 -
CMYK 0 0.32 0.96 0.12
HSL 39.91º 0.91% 0.46% -
HSV(B) 39.91º 0.96% 0.88% -
XYZ 42.5 38.81 5.54 -
YUV 158.23 44.35 175.63 -
System Red Green Blue C M Y K H S L
Decimal 225 153 10 0 0.32 0.96 0.12 39.91 0.91 0.46
Hex E1 99 A 0 20 60 C 28 5B 2E
Octal 341 231 12 0 40 140 14 50 133 56
Binary 11100001 10011001 1010 0 100000 1100000 1100 101000 1011011 101110

Color Harmonies of #E1990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1990A

Black with #E1990A

Text Example


Text Example

White with #E1990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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