Html Css Color HEX #EEA14C Sunshade

📋 copy color: '#EEA14C'

red 238 ◦ green 161 ◦ blue 76

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

Shades of Sunshade #EEA14C

Tints of Sunshade #EEA14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 50.11%
G = 33.89%
B = 16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEA14C (or 0xEEA14C) is known color: Sunshade. HEX triplet: EE, A1 and 4C. RGB value is (238,161,76). Sum of RGB (Red+Green+Blue) = 238+161+76=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA14C is #115EB3. Grayscale: #AEAEAE. Windows color (decimal): -1138356 or 5022190. OLE color: 5022190.

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

Color convert

RGB 238 161 76 -
CMYK 0 0.32 0.68 0.07
HSL 31.48º 0.83% 0.62% -
HSV(B) 31.48º 0.68% 0.93% -
XYZ 49.31 44.19 12.77 -
YUV 174.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 238 161 76 0 0.32 0.68 0.07 31.48 0.83 0.62
Hex EE A1 4C 0 20 44 7 1F 53 3E
Octal 356 241 114 0 40 104 7 37 123 76
Binary 11101110 10100001 1001100 0 100000 1000100 111 11111 1010011 111110

Color Harmonies of #EEA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA14C

Black with #EEA14C

Text Example


Text Example

White with #EEA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA14C; }

 p { color: rgb(238,161,76); }

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

background-color css

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

 a { background-color: rgb(238,161,76); }

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

border-color css

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

 span { border-color: rgb(238,161,76); }

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