Html Css Color HEX #EEA31C Gamboge

📋 copy color: '#EEA31C'

red 238 ◦ green 163 ◦ blue 28

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

Shades of Gamboge #EEA31C

Tints of Gamboge #EEA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 55.48%
G = 38%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEA31C (or 0xEEA31C) is known color: Gamboge. HEX triplet: EE, A3 and 1C. RGB value is (238,163,28). Sum of RGB (Red+Green+Blue) = 238+163+28=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA31C is #115CE3. Grayscale: #AAAAAA. Windows color (decimal): -1137892 or 1876974. OLE color: 1876974.

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

Color convert

RGB 238 163 28 -
CMYK 0 0.32 0.88 0.07
HSL 38.57º 0.86% 0.52% -
HSV(B) 38.57º 0.88% 0.93% -
XYZ 48.57 44.46 7.12 -
YUV 170.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 238 163 28 0 0.32 0.88 0.07 38.57 0.86 0.52
Hex EE A3 1C 0 20 58 7 27 56 34
Octal 356 243 34 0 40 130 7 47 126 64
Binary 11101110 10100011 11100 0 100000 1011000 111 100111 1010110 110100

Color Harmonies of #EEA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA31C

Black with #EEA31C

Text Example


Text Example

White with #EEA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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