Html Css Color HEX #E5950B Gamboge

📋 copy color: '#E5950B'

red 229 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #E5950B

Tints of Gamboge #E5950B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 58.87%
G = 38.3%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5950B (or 0xE5950B) is known color: Gamboge. HEX triplet: E5, 95 and 0B. RGB value is (229,149,11). Sum of RGB (Red+Green+Blue) = 229+149+11=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5950B is #1A6AF4. Grayscale: #9D9D9D. Windows color (decimal): -1731317 or 759269. OLE color: 759269.

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

Color convert

RGB 229 149 11 -
CMYK 0 0.35 0.95 0.10
HSL 37.98º 0.91% 0.47% -
HSV(B) 37.98º 0.95% 0.9% -
XYZ 43.12 38.18 5.41 -
YUV 157.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 229 149 11 0 0.35 0.95 0.10 37.98 0.91 0.47
Hex E5 95 B 0 23 5F A 26 5B 2F
Octal 345 225 13 0 43 137 12 46 133 57
Binary 11100101 10010101 1011 0 100011 1011111 1010 100110 1011011 101111

Color Harmonies of #E5950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5950B

Black with #E5950B

Text Example


Text Example

White with #E5950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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