Html Css Color HEX #EA9D64 Sandy Brown

📋 copy color: '#EA9D64'

red 234 ◦ green 157 ◦ blue 100

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

Shades of Sandy Brown #EA9D64

Tints of Sandy Brown #EA9D64

RGB

 RED value IS 234 (91.8% from 255) = 47.66%

 GREEN value IS 157 (61.72% from 255) = 31.98%

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 47.66%
G = 31.98%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA9D64 (or 0xEA9D64) is known color: Sandy Brown. HEX triplet: EA, 9D and 64. RGB value is (234,157,100). Sum of RGB (Red+Green+Blue) = 234+157+100=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D64 is #15629B. Grayscale: #ADADAD. Windows color (decimal): -1401500 or 6594026. OLE color: 6594026.

HSL color Cylindrical-coordinate representation of color #EA9D64: hue angle of 25.52º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA9D64 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 157 100 -
CMYK 0 0.33 0.57 0.08
HSL 25.52º 0.76% 0.65% -
HSV(B) 25.52º 0.57% 0.92% -
XYZ 48.29 42.53 17.72 -
YUV 173.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 234 157 100 0 0.33 0.57 0.08 25.52 0.76 0.65
Hex EA 9D 64 0 21 39 8 1A 4C 41
Octal 352 235 144 0 41 71 10 32 114 101
Binary 11101010 10011101 1100100 0 100001 111001 1000 11010 1001100 1000001

Color Harmonies of #EA9D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D64

Black with #EA9D64

Text Example


Text Example

White with #EA9D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D64; }

 p { color: rgb(234,157,100); }

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

background-color css

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

 a { background-color: rgb(234,157,100); }

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

border-color css

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

 span { border-color: rgb(234,157,100); }

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