Html Css Color HEX #EEA315 Gamboge

📋 copy color: '#EEA315'

red 238 ◦ green 163 ◦ blue 21

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

Shades of Gamboge #EEA315

Tints of Gamboge #EEA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 56.4%
G = 38.63%
B = 4.98%

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

#EEA315 (or 0xEEA315) is known color: Gamboge. HEX triplet: EE, A3 and 15. RGB value is (238,163,21). Sum of RGB (Red+Green+Blue) = 238+163+21=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA315 is #115CEA. Grayscale: #A9A9A9. Windows color (decimal): -1137899 or 1418222. OLE color: 1418222.

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

Color convert

RGB 238 163 21 -
CMYK 0 0.32 0.91 0.07
HSL 39.26º 0.86% 0.51% -
HSV(B) 39.26º 0.91% 0.93% -
XYZ 48.49 44.43 6.73 -
YUV 169.24 44.35 177.05 -
System Red Green Blue C M Y K H S L
Decimal 238 163 21 0 0.32 0.91 0.07 39.26 0.86 0.51
Hex EE A3 15 0 20 5B 7 27 56 33
Octal 356 243 25 0 40 133 7 47 126 63
Binary 11101110 10100011 10101 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EEA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA315

Black with #EEA315

Text Example


Text Example

White with #EEA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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