Html Css Color HEX #EDA65D Sandy Brown

📋 copy color: '#EDA65D'

red 237 ◦ green 166 ◦ blue 93

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

Shades of Sandy Brown #EDA65D

Tints of Sandy Brown #EDA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 47.78%
G = 33.47%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDA65D (or 0xEDA65D) is known color: Sandy Brown. HEX triplet: ED, A6 and 5D. RGB value is (237,166,93). Sum of RGB (Red+Green+Blue) = 237+166+93=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA65D is #1259A2. Grayscale: #B3B3B3. Windows color (decimal): -1202595 or 6137581. OLE color: 6137581.

HSL color Cylindrical-coordinate representation of color #EDA65D: hue angle of 30.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDA65D is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 93 -
CMYK 0 0.30 0.61 0.07
HSL 30.42º 0.8% 0.65% -
HSV(B) 30.42º 0.61% 0.93% -
XYZ 50.54 46.07 16.58 -
YUV 178.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 237 166 93 0 0.30 0.61 0.07 30.42 0.8 0.65
Hex ED A6 5D 0 1E 3D 7 1E 50 41
Octal 355 246 135 0 36 75 7 36 120 101
Binary 11101101 10100110 1011101 0 11110 111101 111 11110 1010000 1000001

Color Harmonies of #EDA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA65D

Black with #EDA65D

Text Example


Text Example

White with #EDA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA65D; }

 p { color: rgb(237,166,93); }

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

background-color css

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

 a { background-color: rgb(237,166,93); }

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

border-color css

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

 span { border-color: rgb(237,166,93); }

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