Html Css Color HEX #E98C0E Gamboge

📋 copy color: '#E98C0E'

red 233 ◦ green 140 ◦ blue 14

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

Shades of Gamboge #E98C0E

Tints of Gamboge #E98C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

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

R = 60.21%
G = 36.18%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E98C0E (or 0xE98C0E) is known color: Gamboge. HEX triplet: E9, 8C and 0E. RGB value is (233,140,14). Sum of RGB (Red+Green+Blue) = 233+140+14=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98C0E is #1673F1. Grayscale: #9A9A9A. Windows color (decimal): -1471474 or 953577. OLE color: 953577.

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

Color convert

RGB 233 140 14 -
CMYK 0 0.40 0.94 0.09
HSL 34.52º 0.89% 0.48% -
HSV(B) 34.52º 0.94% 0.91% -
XYZ 43.06 36.11 5.12 -
YUV 153.44 49.31 184.75 -
System Red Green Blue C M Y K H S L
Decimal 233 140 14 0 0.40 0.94 0.09 34.52 0.89 0.48
Hex E9 8C E 0 28 5E 9 23 59 30
Octal 351 214 16 0 50 136 11 43 131 60
Binary 11101001 10001100 1110 0 101000 1011110 1001 100011 1011001 110000

Color Harmonies of #E98C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C0E

Black with #E98C0E

Text Example


Text Example

White with #E98C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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