Html Css Color HEX #E9920E Gamboge

📋 copy color: '#E9920E'

red 233 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #E9920E

Tints of Gamboge #E9920E

RGB

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

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

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

R = 59.29%
G = 37.15%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9920E (or 0xE9920E) is known color: Gamboge. HEX triplet: E9, 92 and 0E. RGB value is (233,146,14). Sum of RGB (Red+Green+Blue) = 233+146+14=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9920E is #166DF1. Grayscale: #9D9D9D. Windows color (decimal): -1469938 or 955113. OLE color: 955113.

HSL color Cylindrical-coordinate representation of color #E9920E: hue angle of 36.16º 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 #E9920E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 146 14 -
CMYK 0 0.37 0.94 0.09
HSL 36.16º 0.89% 0.48% -
HSV(B) 36.16º 0.94% 0.91% -
XYZ 43.96 37.91 5.42 -
YUV 156.97 47.32 182.23 -
System Red Green Blue C M Y K H S L
Decimal 233 146 14 0 0.37 0.94 0.09 36.16 0.89 0.48
Hex E9 92 E 0 25 5E 9 24 59 30
Octal 351 222 16 0 45 136 11 44 131 60
Binary 11101001 10010010 1110 0 100101 1011110 1001 100100 1011001 110000

Color Harmonies of #E9920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9920E

Black with #E9920E

Text Example


Text Example

White with #E9920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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