Html Css Color HEX #EE960D Gamboge

📋 copy color: '#EE960D'

red 238 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #EE960D

Tints of Gamboge #EE960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 59.35%
G = 37.41%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE960D (or 0xEE960D) is known color: Gamboge. HEX triplet: EE, 96 and 0D. RGB value is (238,150,13). Sum of RGB (Red+Green+Blue) = 238+150+13=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE960D is #1169F2. Grayscale: #A1A1A1. Windows color (decimal): -1141235 or 890606. OLE color: 890606.

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

Color convert

RGB 238 150 13 -
CMYK 0 0.37 0.95 0.07
HSL 36.53º 0.9% 0.49% -
HSV(B) 36.53º 0.95% 0.93% -
XYZ 46.24 40.02 5.67 -
YUV 160.69 44.65 183.14 -
System Red Green Blue C M Y K H S L
Decimal 238 150 13 0 0.37 0.95 0.07 36.53 0.9 0.49
Hex EE 96 D 0 25 5F 7 25 5A 31
Octal 356 226 15 0 45 137 7 45 132 61
Binary 11101110 10010110 1101 0 100101 1011111 111 100101 1011010 110001

Color Harmonies of #EE960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE960D

Black with #EE960D

Text Example


Text Example

White with #EE960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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