Html Css Color HEX #E99A0E Gamboge

📋 copy color: '#E99A0E'

red 233 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #E99A0E

Tints of Gamboge #E99A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 58.1%
G = 38.4%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E99A0E (or 0xE99A0E) is known color: Gamboge. HEX triplet: E9, 9A and 0E. RGB value is (233,154,14). Sum of RGB (Red+Green+Blue) = 233+154+14=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A0E is #1665F1. Grayscale: #A2A2A2. Windows color (decimal): -1467890 or 957161. OLE color: 957161.

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

Color convert

RGB 233 154 14 -
CMYK 0 0.34 0.94 0.09
HSL 38.36º 0.89% 0.48% -
HSV(B) 38.36º 0.94% 0.91% -
XYZ 45.24 40.47 5.84 -
YUV 161.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 233 154 14 0 0.34 0.94 0.09 38.36 0.89 0.48
Hex E9 9A E 0 22 5E 9 26 59 30
Octal 351 232 16 0 42 136 11 46 131 60
Binary 11101001 10011010 1110 0 100010 1011110 1001 100110 1011001 110000

Color Harmonies of #E99A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99A0E

Black with #E99A0E

Text Example


Text Example

White with #E99A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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