Html Css Color HEX #EE990A Gamboge

📋 copy color: '#EE990A'

red 238 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #EE990A

Tints of Gamboge #EE990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 59.35%
G = 38.15%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE990A (or 0xEE990A) is known color: Gamboge. HEX triplet: EE, 99 and 0A. RGB value is (238,153,10). Sum of RGB (Red+Green+Blue) = 238+153+10=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE990A is #1166F5. Grayscale: #A2A2A2. Windows color (decimal): -1140470 or 694766. OLE color: 694766.

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

Color convert

RGB 238 153 10 -
CMYK 0 0.36 0.96 0.07
HSL 37.63º 0.92% 0.49% -
HSV(B) 37.63º 0.96% 0.93% -
XYZ 46.71 40.98 5.74 -
YUV 162.11 42.16 182.13 -
System Red Green Blue C M Y K H S L
Decimal 238 153 10 0 0.36 0.96 0.07 37.63 0.92 0.49
Hex EE 99 A 0 24 60 7 26 5C 31
Octal 356 231 12 0 44 140 7 46 134 61
Binary 11101110 10011001 1010 0 100100 1100000 111 100110 1011100 110001

Color Harmonies of #EE990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE990A

Black with #EE990A

Text Example


Text Example

White with #EE990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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