Html Css Color HEX #EE9509 Gamboge

📋 copy color: '#EE9509'

red 238 ◦ green 149 ◦ blue 9

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

Shades of Gamboge #EE9509

Tints of Gamboge #EE9509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 60.1%
G = 37.63%
B = 2.27%

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

#EE9509 (or 0xEE9509) is known color: Gamboge. HEX triplet: EE, 95 and 09. RGB value is (238,149,9). Sum of RGB (Red+Green+Blue) = 238+149+9=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9509 is #116AF6. Grayscale: #A0A0A0. Windows color (decimal): -1141495 or 628206. OLE color: 628206.

HSL color Cylindrical-coordinate representation of color #EE9509: hue angle of 36.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE9509 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 149 9 -
CMYK 0 0.37 0.96 0.07
HSL 36.68º 0.93% 0.48% -
HSV(B) 36.68º 0.96% 0.93% -
XYZ 46.06 39.69 5.49 -
YUV 159.65 42.99 183.88 -
System Red Green Blue C M Y K H S L
Decimal 238 149 9 0 0.37 0.96 0.07 36.68 0.93 0.48
Hex EE 95 9 0 25 60 7 25 5D 30
Octal 356 225 11 0 45 140 7 45 135 60
Binary 11101110 10010101 1001 0 100101 1100000 111 100101 1011101 110000

Color Harmonies of #EE9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9509

Black with #EE9509

Text Example


Text Example

White with #EE9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9509; }

 p { color: rgb(238,149,9); }

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

background-color css

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

 a { background-color: rgb(238,149,9); }

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

border-color css

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

 span { border-color: rgb(238,149,9); }

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