Html Css Color HEX #EDA066 Sandy Brown

📋 copy color: '#EDA066'

red 237 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #EDA066

Tints of Sandy Brown #EDA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 47.49%
G = 32.06%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDA066 (or 0xEDA066) is known color: Sandy Brown. HEX triplet: ED, A0 and 66. RGB value is (237,160,102). Sum of RGB (Red+Green+Blue) = 237+160+102=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA066 is #125F99. Grayscale: #B0B0B0. Windows color (decimal): -1204122 or 6725869. OLE color: 6725869.

HSL color Cylindrical-coordinate representation of color #EDA066: hue angle of 25.78º 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 #EDA066 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 102 -
CMYK 0 0.32 0.57 0.07
HSL 25.78º 0.79% 0.66% -
HSV(B) 25.78º 0.57% 0.93% -
XYZ 49.89 44.11 18.45 -
YUV 176.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 237 160 102 0 0.32 0.57 0.07 25.78 0.79 0.66
Hex ED A0 66 0 20 39 7 1A 4F 42
Octal 355 240 146 0 40 71 7 32 117 102
Binary 11101101 10100000 1100110 0 100000 111001 111 11010 1001111 1000010

Color Harmonies of #EDA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA066

Black with #EDA066

Text Example


Text Example

White with #EDA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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