Html Css Color HEX #EEA119 Gamboge

📋 copy color: '#EEA119'

red 238 ◦ green 161 ◦ blue 25

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

Shades of Gamboge #EEA119

Tints of Gamboge #EEA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 56.13%
G = 37.97%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEA119 (or 0xEEA119) is known color: Gamboge. HEX triplet: EE, A1 and 19. RGB value is (238,161,25). Sum of RGB (Red+Green+Blue) = 238+161+25=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA119 is #115EE6. Grayscale: #A9A9A9. Windows color (decimal): -1138407 or 1679854. OLE color: 1679854.

HSL color Cylindrical-coordinate representation of color #EEA119: hue angle of 38.31º 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 #EEA119 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 25 -
CMYK 0 0.32 0.89 0.07
HSL 38.31º 0.86% 0.52% -
HSV(B) 38.31º 0.89% 0.93% -
XYZ 48.18 43.74 6.82 -
YUV 168.52 47.01 177.56 -
System Red Green Blue C M Y K H S L
Decimal 238 161 25 0 0.32 0.89 0.07 38.31 0.86 0.52
Hex EE A1 19 0 20 59 7 26 56 34
Octal 356 241 31 0 40 131 7 46 126 64
Binary 11101110 10100001 11001 0 100000 1011001 111 100110 1010110 110100

Color Harmonies of #EEA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA119

Black with #EEA119

Text Example


Text Example

White with #EEA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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