Html Css Color HEX #EE990E Gamboge

📋 copy color: '#EE990E'

red 238 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #EE990E

Tints of Gamboge #EE990E

RGB

 RED value IS 238 (93.36% from 255) = 58.77%

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 58.77%
G = 37.78%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE990E (or 0xEE990E) is known color: Gamboge. HEX triplet: EE, 99 and 0E. RGB value is (238,153,14). Sum of RGB (Red+Green+Blue) = 238+153+14=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE990E is #1166F1. Grayscale: #A3A3A3. Windows color (decimal): -1140466 or 956910. OLE color: 956910.

HSL color Cylindrical-coordinate representation of color #EE990E: hue angle of 37.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE990E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 14 -
CMYK 0 0.36 0.94 0.07
HSL 37.23º 0.89% 0.49% -
HSV(B) 37.23º 0.94% 0.93% -
XYZ 46.73 40.99 5.86 -
YUV 162.57 44.16 181.8 -
System Red Green Blue C M Y K H S L
Decimal 238 153 14 0 0.36 0.94 0.07 37.23 0.89 0.49
Hex EE 99 E 0 24 5E 7 25 59 31
Octal 356 231 16 0 44 136 7 45 131 61
Binary 11101110 10011001 1110 0 100100 1011110 111 100101 1011001 110001

Color Harmonies of #EE990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE990E

Black with #EE990E

Text Example


Text Example

White with #EE990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE990E; }

 p { color: rgb(238,153,14); }

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

background-color css

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

 a { background-color: rgb(238,153,14); }

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

border-color css

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

 span { border-color: rgb(238,153,14); }

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