#EEA25D

Color #EEA25D Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EEA25D

Tints of Sandy Brown #EEA25D

Color information

#EEA25D (or 0xEEA25D) is unknown color: approx Sandy Brown. HEX triplet: EE, A2 and 5D. RGB value is (238,162,93). Sum of RGB (Red+Green+Blue) = 238+162+93=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA25D is #115DA2. Grayscale: #B1B1B1. Windows color (decimal): -1138083 or 6136558. OLE color: 6136558.

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

Color convert

RGB23816293-
CMYK00.320.610.07
HSL28.55º81.01%64.9%-
HSV(B)28.55º60.92%93.33%-
XYZ50.1644.8116.36-
YUV176.8680.68171.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=48.28%
G=32.86%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381629300.320.610.0728.5581.0164.9
HexEEA25D0203D71d5141
Octal35624213504075735121101
Binary1110111010100010101110101000001111011111110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA25D; }

 p { color: rgb(238,162,93); }

 H1.HeaderClassName
 {
   color: #EEA25D;
 }
 .AnyTagClassName
 {
   color: #EEA25D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,162,93); }

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

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

 span { border-color: rgb(238,162,93); }

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