Html Css Color HEX #EE9413 Gamboge

📋 copy color: '#EE9413'

red 238 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #EE9413

Tints of Gamboge #EE9413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 58.77%
G = 36.54%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9413 (or 0xEE9413) is known color: Gamboge. HEX triplet: EE, 94 and 13. RGB value is (238,148,19). Sum of RGB (Red+Green+Blue) = 238+148+19=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9413 is #116BEC. Grayscale: #A0A0A0. Windows color (decimal): -1141741 or 1283310. OLE color: 1283310.

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

Color convert

RGB 238 148 19 -
CMYK 0 0.38 0.92 0.07
HSL 35.34º 0.87% 0.5% -
HSV(B) 35.34º 0.92% 0.93% -
XYZ 45.97 39.4 5.8 -
YUV 160.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 238 148 19 0 0.38 0.92 0.07 35.34 0.87 0.5
Hex EE 94 13 0 26 5C 7 23 57 32
Octal 356 224 23 0 46 134 7 43 127 62
Binary 11101110 10010100 10011 0 100110 1011100 111 100011 1010111 110010

Color Harmonies of #EE9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9413

Black with #EE9413

Text Example


Text Example

White with #EE9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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