Html Css Color HEX #EEA215 Gamboge

📋 copy color: '#EEA215'

red 238 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #EEA215

Tints of Gamboge #EEA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 56.53%
G = 38.48%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA215 (or 0xEEA215) is known color: Gamboge. HEX triplet: EE, A2 and 15. RGB value is (238,162,21). Sum of RGB (Red+Green+Blue) = 238+162+21=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA215 is #115DEA. Grayscale: #A9A9A9. Windows color (decimal): -1138155 or 1417966. OLE color: 1417966.

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

Color convert

RGB 238 162 21 -
CMYK 0 0.32 0.91 0.07
HSL 38.99º 0.86% 0.51% -
HSV(B) 38.99º 0.91% 0.93% -
XYZ 48.32 44.07 6.67 -
YUV 168.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 238 162 21 0 0.32 0.91 0.07 38.99 0.86 0.51
Hex EE A2 15 0 20 5B 7 27 56 33
Octal 356 242 25 0 40 133 7 47 126 63
Binary 11101110 10100010 10101 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EEA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA215

Black with #EEA215

Text Example


Text Example

White with #EEA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA215; }

 p { color: rgb(238,162,21); }

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

background-color css

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

 a { background-color: rgb(238,162,21); }

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

border-color css

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

 span { border-color: rgb(238,162,21); }

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