Html Css Color HEX #E9940C Gamboge

📋 copy color: '#E9940C'

red 233 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #E9940C

Tints of Gamboge #E9940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 59.29%
G = 37.66%
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

#E9940C (or 0xE9940C) is known color: Gamboge. HEX triplet: E9, 94 and 0C. RGB value is (233,148,12). Sum of RGB (Red+Green+Blue) = 233+148+12=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9940C is #166BF3. Grayscale: #9E9E9E. Windows color (decimal): -1469428 or 824553. OLE color: 824553.

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

Color convert

RGB 233 148 12 -
CMYK 0 0.36 0.95 0.09
HSL 36.92º 0.9% 0.48% -
HSV(B) 36.92º 0.95% 0.91% -
XYZ 44.26 38.53 5.45 -
YUV 157.91 45.66 181.56 -
System Red Green Blue C M Y K H S L
Decimal 233 148 12 0 0.36 0.95 0.09 36.92 0.9 0.48
Hex E9 94 C 0 24 5F 9 25 5A 30
Octal 351 224 14 0 44 137 11 45 132 60
Binary 11101001 10010100 1100 0 100100 1011111 1001 100101 1011010 110000

Color Harmonies of #E9940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9940C

Black with #E9940C

Text Example


Text Example

White with #E9940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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