Html Css Color HEX #EA9E5F Sandy Brown

📋 copy color: '#EA9E5F'

red 234 ◦ green 158 ◦ blue 95

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

Shades of Sandy Brown #EA9E5F

Tints of Sandy Brown #EA9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 95 (37.5% from 255) = 19.51%

R = 48.05%
G = 32.44%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA9E5F (or 0xEA9E5F) is known color: Sandy Brown. HEX triplet: EA, 9E and 5F. RGB value is (234,158,95). Sum of RGB (Red+Green+Blue) = 234+158+95=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5F is #1561A0. Grayscale: #ADADAD. Windows color (decimal): -1401249 or 6266602. OLE color: 6266602.

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

Color convert

RGB 234 158 95 -
CMYK 0 0.32 0.59 0.08
HSL 27.19º 0.77% 0.65% -
HSV(B) 27.19º 0.59% 0.92% -
XYZ 48.22 42.77 16.54 -
YUV 173.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 234 158 95 0 0.32 0.59 0.08 27.19 0.77 0.65
Hex EA 9E 5F 0 20 3B 8 1B 4D 41
Octal 352 236 137 0 40 73 10 33 115 101
Binary 11101010 10011110 1011111 0 100000 111011 1000 11011 1001101 1000001

Color Harmonies of #EA9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E5F

Black with #EA9E5F

Text Example


Text Example

White with #EA9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E5F; }

 p { color: rgb(234,158,95); }

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

background-color css

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

 a { background-color: rgb(234,158,95); }

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

border-color css

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

 span { border-color: rgb(234,158,95); }

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