Html Css Color HEX #EE9E19 Gamboge

📋 copy color: '#EE9E19'

red 238 ◦ green 158 ◦ blue 25

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

Shades of Gamboge #EE9E19

Tints of Gamboge #EE9E19

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 25 (10.16% from 255) = 5.94%

R = 56.53%
G = 37.53%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE9E19 (or 0xEE9E19) is known color: Gamboge. HEX triplet: EE, 9E and 19. RGB value is (238,158,25). Sum of RGB (Red+Green+Blue) = 238+158+25=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9E19 is #1161E6. Grayscale: #A7A7A7. Windows color (decimal): -1139175 or 1679086. OLE color: 1679086.

HSL color Cylindrical-coordinate representation of color #EE9E19: hue angle of 37.46º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE9E19 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 158 25 -
CMYK 0 0.34 0.89 0.07
HSL 37.46º 0.86% 0.52% -
HSV(B) 37.46º 0.89% 0.93% -
XYZ 47.66 42.7 6.65 -
YUV 166.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 238 158 25 0 0.34 0.89 0.07 37.46 0.86 0.52
Hex EE 9E 19 0 22 59 7 25 56 34
Octal 356 236 31 0 42 131 7 45 126 64
Binary 11101110 10011110 11001 0 100010 1011001 111 100101 1010110 110100

Color Harmonies of #EE9E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9E19

Black with #EE9E19

Text Example


Text Example

White with #EE9E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9E19; }

 p { color: rgb(238,158,25); }

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

background-color css

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

 a { background-color: rgb(238,158,25); }

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

border-color css

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

 span { border-color: rgb(238,158,25); }

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