Html Css Color HEX #EE990D Gamboge

📋 copy color: '#EE990D'

red 238 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #EE990D

Tints of Gamboge #EE990D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 58.91%
G = 37.87%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE990D (or 0xEE990D) is known color: Gamboge. HEX triplet: EE, 99 and 0D. RGB value is (238,153,13). Sum of RGB (Red+Green+Blue) = 238+153+13=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE990D is #1166F2. Grayscale: #A3A3A3. Windows color (decimal): -1140467 or 891374. OLE color: 891374.

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

Color convert

RGB 238 153 13 -
CMYK 0 0.36 0.95 0.07
HSL 37.33º 0.9% 0.49% -
HSV(B) 37.33º 0.95% 0.93% -
XYZ 46.72 40.99 5.83 -
YUV 162.46 43.66 181.88 -
System Red Green Blue C M Y K H S L
Decimal 238 153 13 0 0.36 0.95 0.07 37.33 0.9 0.49
Hex EE 99 D 0 24 5F 7 25 5A 31
Octal 356 231 15 0 44 137 7 45 132 61
Binary 11101110 10011001 1101 0 100100 1011111 111 100101 1011010 110001

Color Harmonies of #EE990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE990D

Black with #EE990D

Text Example


Text Example

White with #EE990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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