Html Css Color HEX #E5950F Gamboge

📋 copy color: '#E5950F'

red 229 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #E5950F

Tints of Gamboge #E5950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 58.27%
G = 37.91%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5950F (or 0xE5950F) is known color: Gamboge. HEX triplet: E5, 95 and 0F. RGB value is (229,149,15). Sum of RGB (Red+Green+Blue) = 229+149+15=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5950F is #1A6AF0. Grayscale: #9E9E9E. Windows color (decimal): -1731313 or 1021413. OLE color: 1021413.

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

Color convert

RGB 229 149 15 -
CMYK 0 0.35 0.93 0.10
HSL 37.57º 0.88% 0.48% -
HSV(B) 37.57º 0.93% 0.9% -
XYZ 43.15 38.19 5.55 -
YUV 157.64 47.5 178.9 -
System Red Green Blue C M Y K H S L
Decimal 229 149 15 0 0.35 0.93 0.10 37.57 0.88 0.48
Hex E5 95 F 0 23 5D A 26 58 30
Octal 345 225 17 0 43 135 12 46 130 60
Binary 11100101 10010101 1111 0 100011 1011101 1010 100110 1011000 110000

Color Harmonies of #E5950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5950F

Black with #E5950F

Text Example


Text Example

White with #E5950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5950F; }

 p { color: rgb(229,149,15); }

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

background-color css

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

 a { background-color: rgb(229,149,15); }

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

border-color css

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

 span { border-color: rgb(229,149,15); }

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