Html Css Color HEX #EDA069 Sandy Brown

📋 copy color: '#EDA069'

red 237 ◦ green 160 ◦ blue 105

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

Shades of Sandy Brown #EDA069

Tints of Sandy Brown #EDA069

RGB

 RED value IS 237 (92.97% from 255) = 47.21%

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 105 (41.41% from 255) = 20.92%

R = 47.21%
G = 31.87%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDA069 (or 0xEDA069) is known color: Sandy Brown. HEX triplet: ED, A0 and 69. RGB value is (237,160,105). Sum of RGB (Red+Green+Blue) = 237+160+105=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA069 is #125F96. Grayscale: #B1B1B1. Windows color (decimal): -1204119 or 6922477. OLE color: 6922477.

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

Color convert

RGB 237 160 105 -
CMYK 0 0.32 0.56 0.07
HSL 25º 0.79% 0.67% -
HSV(B) 25º 0.56% 0.93% -
XYZ 50.05 44.17 19.25 -
YUV 176.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 237 160 105 0 0.32 0.56 0.07 25 0.79 0.67
Hex ED A0 69 0 20 38 7 19 4F 43
Octal 355 240 151 0 40 70 7 31 117 103
Binary 11101101 10100000 1101001 0 100000 111000 111 11001 1001111 1000011

Color Harmonies of #EDA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA069

Black with #EDA069

Text Example


Text Example

White with #EDA069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA069; }

 p { color: rgb(237,160,105); }

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

background-color css

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

 a { background-color: rgb(237,160,105); }

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

border-color css

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

 span { border-color: rgb(237,160,105); }

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