Html Css Color HEX #EEA319 Gamboge

📋 copy color: '#EEA319'

red 238 ◦ green 163 ◦ blue 25

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

Shades of Gamboge #EEA319

Tints of Gamboge #EEA319

RGB

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

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

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

R = 55.87%
G = 38.26%
B = 5.87%

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

#EEA319 (or 0xEEA319) is known color: Gamboge. HEX triplet: EE, A3 and 19. RGB value is (238,163,25). Sum of RGB (Red+Green+Blue) = 238+163+25=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA319 is #115CE6. Grayscale: #AAAAAA. Windows color (decimal): -1137895 or 1680366. OLE color: 1680366.

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

Color convert

RGB 238 163 25 -
CMYK 0 0.32 0.89 0.07
HSL 38.87º 0.86% 0.52% -
HSV(B) 38.87º 0.89% 0.93% -
XYZ 48.53 44.44 6.94 -
YUV 169.69 46.35 176.72 -
System Red Green Blue C M Y K H S L
Decimal 238 163 25 0 0.32 0.89 0.07 38.87 0.86 0.52
Hex EE A3 19 0 20 59 7 27 56 34
Octal 356 243 31 0 40 131 7 47 126 64
Binary 11101110 10100011 11001 0 100000 1011001 111 100111 1010110 110100

Color Harmonies of #EEA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA319

Black with #EEA319

Text Example


Text Example

White with #EEA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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