Html Css Color HEX #EE9410 Gamboge

📋 copy color: '#EE9410'

red 238 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #EE9410

Tints of Gamboge #EE9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 59.2%
G = 36.82%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE9410 (or 0xEE9410) is known color: Gamboge. HEX triplet: EE, 94 and 10. RGB value is (238,148,16). Sum of RGB (Red+Green+Blue) = 238+148+16=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9410 is #116BEF. Grayscale: #A0A0A0. Windows color (decimal): -1141744 or 1086702. OLE color: 1086702.

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

Color convert

RGB 238 148 16 -
CMYK 0 0.38 0.93 0.07
HSL 35.68º 0.87% 0.5% -
HSV(B) 35.68º 0.93% 0.93% -
XYZ 45.94 39.39 5.67 -
YUV 159.86 46.82 183.73 -
System Red Green Blue C M Y K H S L
Decimal 238 148 16 0 0.38 0.93 0.07 35.68 0.87 0.5
Hex EE 94 10 0 26 5D 7 24 57 32
Octal 356 224 20 0 46 135 7 44 127 62
Binary 11101110 10010100 10000 0 100110 1011101 111 100100 1010111 110010

Color Harmonies of #EE9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9410

Black with #EE9410

Text Example


Text Example

White with #EE9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9410; }

 p { color: rgb(238,148,16); }

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

background-color css

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

 a { background-color: rgb(238,148,16); }

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

border-color css

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

 span { border-color: rgb(238,148,16); }

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