Html Css Color HEX #E1990E Gamboge

📋 copy color: '#E1990E'

red 225 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #E1990E

Tints of Gamboge #E1990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.57%

R = 57.4%
G = 39.03%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1990E (or 0xE1990E) is known color: Gamboge. HEX triplet: E1, 99 and 0E. RGB value is (225,153,14). Sum of RGB (Red+Green+Blue) = 225+153+14=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1990E is #1E66F1. Grayscale: #9F9F9F. Windows color (decimal): -1992434 or 956897. OLE color: 956897.

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

Color convert

RGB 225 153 14 -
CMYK 0 0.32 0.94 0.12
HSL 39.53º 0.88% 0.47% -
HSV(B) 39.53º 0.94% 0.88% -
XYZ 42.52 38.82 5.67 -
YUV 158.68 46.35 175.3 -
System Red Green Blue C M Y K H S L
Decimal 225 153 14 0 0.32 0.94 0.12 39.53 0.88 0.47
Hex E1 99 E 0 20 5E C 28 58 2F
Octal 341 231 16 0 40 136 14 50 130 57
Binary 11100001 10011001 1110 0 100000 1011110 1100 101000 1011000 101111

Color Harmonies of #E1990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1990E

Black with #E1990E

Text Example


Text Example

White with #E1990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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