Html Css Color HEX #E5920E Gamboge

📋 copy color: '#E5920E'

red 229 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #E5920E

Tints of Gamboge #E5920E

RGB

 RED value IS 229 (89.84% from 255) = 58.87%

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

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

R = 58.87%
G = 37.53%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5920E (or 0xE5920E) is known color: Gamboge. HEX triplet: E5, 92 and 0E. RGB value is (229,146,14). Sum of RGB (Red+Green+Blue) = 229+146+14=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5920E is #1A6DF1. Grayscale: #9C9C9C. Windows color (decimal): -1732082 or 955109. OLE color: 955109.

HSL color Cylindrical-coordinate representation of color #E5920E: hue angle of 36.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5920E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 146 14 -
CMYK 0 0.36 0.94 0.10
HSL 36.84º 0.88% 0.48% -
HSV(B) 36.84º 0.94% 0.9% -
XYZ 42.67 37.25 5.36 -
YUV 155.77 48 180.23 -
System Red Green Blue C M Y K H S L
Decimal 229 146 14 0 0.36 0.94 0.10 36.84 0.88 0.48
Hex E5 92 E 0 24 5E A 25 58 30
Octal 345 222 16 0 44 136 12 45 130 60
Binary 11100101 10010010 1110 0 100100 1011110 1010 100101 1011000 110000

Color Harmonies of #E5920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5920E

Black with #E5920E

Text Example


Text Example

White with #E5920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5920E; }

 p { color: rgb(229,146,14); }

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

background-color css

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

 a { background-color: rgb(229,146,14); }

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

border-color css

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

 span { border-color: rgb(229,146,14); }

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