Html Css Color HEX #EE980F Gamboge

📋 copy color: '#EE980F'

red 238 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #EE980F

Tints of Gamboge #EE980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 58.77%
G = 37.53%
B = 3.7%

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

#EE980F (or 0xEE980F) is known color: Gamboge. HEX triplet: EE, 98 and 0F. RGB value is (238,152,15). Sum of RGB (Red+Green+Blue) = 238+152+15=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE980F is #1167F0. Grayscale: #A2A2A2. Windows color (decimal): -1140721 or 1022190. OLE color: 1022190.

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

Color convert

RGB 238 152 15 -
CMYK 0 0.36 0.94 0.07
HSL 36.86º 0.88% 0.5% -
HSV(B) 36.86º 0.94% 0.93% -
XYZ 46.57 40.67 5.85 -
YUV 162.1 44.99 182.14 -
System Red Green Blue C M Y K H S L
Decimal 238 152 15 0 0.36 0.94 0.07 36.86 0.88 0.5
Hex EE 98 F 0 24 5E 7 25 58 32
Octal 356 230 17 0 44 136 7 45 130 62
Binary 11101110 10011000 1111 0 100100 1011110 111 100101 1011000 110010

Color Harmonies of #EE980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE980F

Black with #EE980F

Text Example


Text Example

White with #EE980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE980F; }

 p { color: rgb(238,152,15); }

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

background-color css

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

 a { background-color: rgb(238,152,15); }

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

border-color css

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

 span { border-color: rgb(238,152,15); }

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