Html Css Color HEX #EE960A Gamboge

📋 copy color: '#EE960A'

red 238 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #EE960A

Tints of Gamboge #EE960A

RGB

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

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

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

R = 59.8%
G = 37.69%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE960A (or 0xEE960A) is known color: Gamboge. HEX triplet: EE, 96 and 0A. RGB value is (238,150,10). Sum of RGB (Red+Green+Blue) = 238+150+10=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE960A is #1169F5. Grayscale: #A0A0A0. Windows color (decimal): -1141238 or 693998. OLE color: 693998.

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

Color convert

RGB 238 150 10 -
CMYK 0 0.37 0.96 0.07
HSL 36.84º 0.92% 0.49% -
HSV(B) 36.84º 0.96% 0.93% -
XYZ 46.22 40.01 5.57 -
YUV 160.35 43.15 183.38 -
System Red Green Blue C M Y K H S L
Decimal 238 150 10 0 0.37 0.96 0.07 36.84 0.92 0.49
Hex EE 96 A 0 25 60 7 25 5C 31
Octal 356 226 12 0 45 140 7 45 134 61
Binary 11101110 10010110 1010 0 100101 1100000 111 100101 1011100 110001

Color Harmonies of #EE960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE960A

Black with #EE960A

Text Example


Text Example

White with #EE960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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