Html Css Color HEX #EDA565 Sandy Brown

📋 copy color: '#EDA565'

red 237 ◦ green 165 ◦ blue 101

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

Shades of Sandy Brown #EDA565

Tints of Sandy Brown #EDA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 47.12%
G = 32.8%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDA565 (or 0xEDA565) is known color: Sandy Brown. HEX triplet: ED, A5 and 65. RGB value is (237,165,101). Sum of RGB (Red+Green+Blue) = 237+165+101=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA565 is #125A9A. Grayscale: #B3B3B3. Windows color (decimal): -1202843 or 6661613. OLE color: 6661613.

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

Color convert

RGB 237 165 101 -
CMYK 0 0.30 0.57 0.07
HSL 28.24º 0.79% 0.66% -
HSV(B) 28.24º 0.57% 0.93% -
XYZ 50.73 45.85 18.49 -
YUV 179.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 237 165 101 0 0.30 0.57 0.07 28.24 0.79 0.66
Hex ED A5 65 0 1E 39 7 1C 4F 42
Octal 355 245 145 0 36 71 7 34 117 102
Binary 11101101 10100101 1100101 0 11110 111001 111 11100 1001111 1000010

Color Harmonies of #EDA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA565

Black with #EDA565

Text Example


Text Example

White with #EDA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA565; }

 p { color: rgb(237,165,101); }

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

background-color css

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

 a { background-color: rgb(237,165,101); }

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

border-color css

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

 span { border-color: rgb(237,165,101); }

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