Html Css Color HEX #E1920C Gamboge

📋 copy color: '#E1920C'

red 225 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #E1920C

Tints of Gamboge #E1920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 58.75%
G = 38.12%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1920C (or 0xE1920C) is known color: Gamboge. HEX triplet: E1, 92 and 0C. RGB value is (225,146,12). Sum of RGB (Red+Green+Blue) = 225+146+12=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1920C is #1E6DF3. Grayscale: #9A9A9A. Windows color (decimal): -1994228 or 824033. OLE color: 824033.

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

Color convert

RGB 225 146 12 -
CMYK 0 0.35 0.95 0.12
HSL 37.75º 0.9% 0.46% -
HSV(B) 37.75º 0.95% 0.88% -
XYZ 41.4 36.59 5.23 -
YUV 154.35 47.67 178.4 -
System Red Green Blue C M Y K H S L
Decimal 225 146 12 0 0.35 0.95 0.12 37.75 0.9 0.46
Hex E1 92 C 0 23 5F C 26 5A 2E
Octal 341 222 14 0 43 137 14 46 132 56
Binary 11100001 10010010 1100 0 100011 1011111 1100 100110 1011010 101110

Color Harmonies of #E1920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1920C

Black with #E1920C

Text Example


Text Example

White with #E1920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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