Html Css Color HEX #EE960B Gamboge

📋 copy color: '#EE960B'

red 238 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #EE960B

Tints of Gamboge #EE960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 59.65%
G = 37.59%
B = 2.76%

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

#EE960B (or 0xEE960B) is known color: Gamboge. HEX triplet: EE, 96 and 0B. RGB value is (238,150,11). Sum of RGB (Red+Green+Blue) = 238+150+11=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE960B is #1169F4. Grayscale: #A1A1A1. Windows color (decimal): -1141237 or 759534. OLE color: 759534.

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

Color convert

RGB 238 150 11 -
CMYK 0 0.37 0.95 0.07
HSL 36.74º 0.91% 0.49% -
HSV(B) 36.74º 0.95% 0.93% -
XYZ 46.23 40.01 5.6 -
YUV 160.47 43.65 183.3 -
System Red Green Blue C M Y K H S L
Decimal 238 150 11 0 0.37 0.95 0.07 36.74 0.91 0.49
Hex EE 96 B 0 25 5F 7 25 5B 31
Octal 356 226 13 0 45 137 7 45 133 61
Binary 11101110 10010110 1011 0 100101 1011111 111 100101 1011011 110001

Color Harmonies of #EE960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE960B

Black with #EE960B

Text Example


Text Example

White with #EE960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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