Html Css Color HEX #E1990C Gamboge

📋 copy color: '#E1990C'

red 225 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #E1990C

Tints of Gamboge #E1990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 57.69%
G = 39.23%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1990C (or 0xE1990C) is known color: Gamboge. HEX triplet: E1, 99 and 0C. RGB value is (225,153,12). Sum of RGB (Red+Green+Blue) = 225+153+12=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1990C is #1E66F3. Grayscale: #9F9F9F. Windows color (decimal): -1992436 or 825825. OLE color: 825825.

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

Color convert

RGB 225 153 12 -
CMYK 0 0.32 0.95 0.12
HSL 39.72º 0.9% 0.46% -
HSV(B) 39.72º 0.95% 0.88% -
XYZ 42.51 38.82 5.6 -
YUV 158.45 45.35 175.46 -
System Red Green Blue C M Y K H S L
Decimal 225 153 12 0 0.32 0.95 0.12 39.72 0.9 0.46
Hex E1 99 C 0 20 5F C 28 5A 2E
Octal 341 231 14 0 40 137 14 50 132 56
Binary 11100001 10011001 1100 0 100000 1011111 1100 101000 1011010 101110

Color Harmonies of #E1990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1990C

Black with #E1990C

Text Example


Text Example

White with #E1990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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