Html Css Color HEX #EDA364 Sandy Brown

📋 copy color: '#EDA364'

red 237 ◦ green 163 ◦ blue 100

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

Shades of Sandy Brown #EDA364

Tints of Sandy Brown #EDA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

 BLUE value IS 100 (39.45% from 255) = 20%

R = 47.4%
G = 32.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDA364 (or 0xEDA364) is known color: Sandy Brown. HEX triplet: ED, A3 and 64. RGB value is (237,163,100). Sum of RGB (Red+Green+Blue) = 237+163+100=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA364 is #125C9B. Grayscale: #B2B2B2. Windows color (decimal): -1203356 or 6595565. OLE color: 6595565.

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

Color convert

RGB 237 163 100 -
CMYK 0 0.31 0.58 0.07
HSL 27.59º 0.79% 0.66% -
HSV(B) 27.59º 0.58% 0.93% -
XYZ 50.32 45.12 18.11 -
YUV 177.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 237 163 100 0 0.31 0.58 0.07 27.59 0.79 0.66
Hex ED A3 64 0 1F 3A 7 1C 4F 42
Octal 355 243 144 0 37 72 7 34 117 102
Binary 11101101 10100011 1100100 0 11111 111010 111 11100 1001111 1000010

Color Harmonies of #EDA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA364

Black with #EDA364

Text Example


Text Example

White with #EDA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA364; }

 p { color: rgb(237,163,100); }

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

background-color css

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

 a { background-color: rgb(237,163,100); }

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

border-color css

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

 span { border-color: rgb(237,163,100); }

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