Html Css Color HEX #EDA466 Sandy Brown

📋 copy color: '#EDA466'

red 237 ◦ green 164 ◦ blue 102

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

Shades of Sandy Brown #EDA466

Tints of Sandy Brown #EDA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.6%

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

R = 47.12%
G = 32.6%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDA466 (or 0xEDA466) is known color: Sandy Brown. HEX triplet: ED, A4 and 66. RGB value is (237,164,102). Sum of RGB (Red+Green+Blue) = 237+164+102=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA466 is #125B99. Grayscale: #B3B3B3. Windows color (decimal): -1203098 or 6726893. OLE color: 6726893.

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

Color convert

RGB 237 164 102 -
CMYK 0 0.31 0.57 0.07
HSL 27.56º 0.79% 0.66% -
HSV(B) 27.56º 0.57% 0.93% -
XYZ 50.6 45.51 18.69 -
YUV 178.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 237 164 102 0 0.31 0.57 0.07 27.56 0.79 0.66
Hex ED A4 66 0 1F 39 7 1C 4F 42
Octal 355 244 146 0 37 71 7 34 117 102
Binary 11101101 10100100 1100110 0 11111 111001 111 11100 1001111 1000010

Color Harmonies of #EDA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA466

Black with #EDA466

Text Example


Text Example

White with #EDA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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