Html Css Color HEX #EDA266 Sandy Brown

📋 copy color: '#EDA266'

red 237 ◦ green 162 ◦ blue 102

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

Shades of Sandy Brown #EDA266

Tints of Sandy Brown #EDA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 47.31%
G = 32.34%
B = 20.36%

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

#EDA266 (or 0xEDA266) is known color: Sandy Brown. HEX triplet: ED, A2 and 66. RGB value is (237,162,102). Sum of RGB (Red+Green+Blue) = 237+162+102=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA266 is #125D99. Grayscale: #B1B1B1. Windows color (decimal): -1203610 or 6726381. OLE color: 6726381.

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

Color convert

RGB 237 162 102 -
CMYK 0 0.32 0.57 0.07
HSL 26.67º 0.79% 0.66% -
HSV(B) 26.67º 0.57% 0.93% -
XYZ 50.24 44.8 18.57 -
YUV 177.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 237 162 102 0 0.32 0.57 0.07 26.67 0.79 0.66
Hex ED A2 66 0 20 39 7 1B 4F 42
Octal 355 242 146 0 40 71 7 33 117 102
Binary 11101101 10100010 1100110 0 100000 111001 111 11011 1001111 1000010

Color Harmonies of #EDA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA266

Black with #EDA266

Text Example


Text Example

White with #EDA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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