Html Css Color HEX #E9950D Gamboge

📋 copy color: '#E9950D'

red 233 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #E9950D

Tints of Gamboge #E9950D

RGB

 RED value IS 233 (91.41% from 255) = 58.99%

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 58.99%
G = 37.72%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9950D (or 0xE9950D) is known color: Gamboge. HEX triplet: E9, 95 and 0D. RGB value is (233,149,13). Sum of RGB (Red+Green+Blue) = 233+149+13=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9950D is #166AF2. Grayscale: #9F9F9F. Windows color (decimal): -1469171 or 890345. OLE color: 890345.

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

Color convert

RGB 233 149 13 -
CMYK 0 0.36 0.94 0.09
HSL 37.09º 0.89% 0.48% -
HSV(B) 37.09º 0.94% 0.91% -
XYZ 44.42 38.85 5.54 -
YUV 158.61 45.83 181.06 -
System Red Green Blue C M Y K H S L
Decimal 233 149 13 0 0.36 0.94 0.09 37.09 0.89 0.48
Hex E9 95 D 0 24 5E 9 25 59 30
Octal 351 225 15 0 44 136 11 45 131 60
Binary 11101001 10010101 1101 0 100100 1011110 1001 100101 1011001 110000

Color Harmonies of #E9950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9950D

Black with #E9950D

Text Example


Text Example

White with #E9950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9950D; }

 p { color: rgb(233,149,13); }

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

background-color css

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

 a { background-color: rgb(233,149,13); }

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

border-color css

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

 span { border-color: rgb(233,149,13); }

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