Html Css Color HEX #EEA317 Gamboge

📋 copy color: '#EEA317'

red 238 ◦ green 163 ◦ blue 23

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

Shades of Gamboge #EEA317

Tints of Gamboge #EEA317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.42%

R = 56.13%
G = 38.44%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEA317 (or 0xEEA317) is known color: Gamboge. HEX triplet: EE, A3 and 17. RGB value is (238,163,23). Sum of RGB (Red+Green+Blue) = 238+163+23=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA317 is #115CE8. Grayscale: #AAAAAA. Windows color (decimal): -1137897 or 1549294. OLE color: 1549294.

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

Color convert

RGB 238 163 23 -
CMYK 0 0.32 0.90 0.07
HSL 39.07º 0.86% 0.51% -
HSV(B) 39.07º 0.9% 0.93% -
XYZ 48.51 44.43 6.83 -
YUV 169.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 238 163 23 0 0.32 0.90 0.07 39.07 0.86 0.51
Hex EE A3 17 0 20 5A 7 27 56 33
Octal 356 243 27 0 40 132 7 47 126 63
Binary 11101110 10100011 10111 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EEA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA317

Black with #EEA317

Text Example


Text Example

White with #EEA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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