Html Css Color HEX #EDA16C Sandy Brown

📋 copy color: '#EDA16C'

red 237 ◦ green 161 ◦ blue 108

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

Shades of Sandy Brown #EDA16C

Tints of Sandy Brown #EDA16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

 BLUE value IS 108 (42.58% from 255) = 21.34%

R = 46.84%
G = 31.82%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDA16C (or 0xEDA16C) is known color: Sandy Brown. HEX triplet: ED, A1 and 6C. RGB value is (237,161,108). Sum of RGB (Red+Green+Blue) = 237+161+108=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA16C is #125E93. Grayscale: #B1B1B1. Windows color (decimal): -1203860 or 7119341. OLE color: 7119341.

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

Color convert

RGB 237 161 108 -
CMYK 0 0.32 0.54 0.07
HSL 24.65º 0.78% 0.68% -
HSV(B) 24.65º 0.54% 0.93% -
XYZ 50.38 44.58 20.14 -
YUV 177.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 237 161 108 0 0.32 0.54 0.07 24.65 0.78 0.68
Hex ED A1 6C 0 20 36 7 19 4E 44
Octal 355 241 154 0 40 66 7 31 116 104
Binary 11101101 10100001 1101100 0 100000 110110 111 11001 1001110 1000100

Color Harmonies of #EDA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA16C

Black with #EDA16C

Text Example


Text Example

White with #EDA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA16C; }

 p { color: rgb(237,161,108); }

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

background-color css

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

 a { background-color: rgb(237,161,108); }

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

border-color css

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

 span { border-color: rgb(237,161,108); }

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