Html Css Color HEX #EE980D Gamboge

📋 copy color: '#EE980D'

red 238 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #EE980D

Tints of Gamboge #EE980D

RGB

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

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

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

R = 59.06%
G = 37.72%
B = 3.23%

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

#EE980D (or 0xEE980D) is known color: Gamboge. HEX triplet: EE, 98 and 0D. RGB value is (238,152,13). Sum of RGB (Red+Green+Blue) = 238+152+13=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE980D is #1167F2. Grayscale: #A2A2A2. Windows color (decimal): -1140723 or 891118. OLE color: 891118.

HSL color Cylindrical-coordinate representation of color #EE980D: hue angle of 37.07º 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 #EE980D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 152 13 -
CMYK 0 0.36 0.95 0.07
HSL 37.07º 0.9% 0.49% -
HSV(B) 37.07º 0.95% 0.93% -
XYZ 46.56 40.66 5.78 -
YUV 161.87 43.99 182.3 -
System Red Green Blue C M Y K H S L
Decimal 238 152 13 0 0.36 0.95 0.07 37.07 0.9 0.49
Hex EE 98 D 0 24 5F 7 25 5A 31
Octal 356 230 15 0 44 137 7 45 132 61
Binary 11101110 10011000 1101 0 100100 1011111 111 100101 1011010 110001

Color Harmonies of #EE980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE980D

Black with #EE980D

Text Example


Text Example

White with #EE980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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