Html Css Color HEX #E9950C Gamboge

📋 copy color: '#E9950C'

red 233 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #E9950C

Tints of Gamboge #E9950C

RGB

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

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

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

R = 59.14%
G = 37.82%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9950C (or 0xE9950C) is known color: Gamboge. HEX triplet: E9, 95 and 0C. RGB value is (233,149,12). Sum of RGB (Red+Green+Blue) = 233+149+12=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9950C is #166AF3. Grayscale: #9F9F9F. Windows color (decimal): -1469172 or 824809. OLE color: 824809.

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

Color convert

RGB 233 149 12 -
CMYK 0 0.36 0.95 0.09
HSL 37.19º 0.9% 0.48% -
HSV(B) 37.19º 0.95% 0.91% -
XYZ 44.42 38.85 5.5 -
YUV 158.5 45.33 181.14 -
System Red Green Blue C M Y K H S L
Decimal 233 149 12 0 0.36 0.95 0.09 37.19 0.9 0.48
Hex E9 95 C 0 24 5F 9 25 5A 30
Octal 351 225 14 0 44 137 11 45 132 60
Binary 11101001 10010101 1100 0 100100 1011111 1001 100101 1011010 110000

Color Harmonies of #E9950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9950C

Black with #E9950C

Text Example


Text Example

White with #E9950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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