Html Css Color HEX #EDA55D Sandy Brown

📋 copy color: '#EDA55D'

red 237 ◦ green 165 ◦ blue 93

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

Shades of Sandy Brown #EDA55D

Tints of Sandy Brown #EDA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 47.88%
G = 33.33%
B = 18.79%

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

#EDA55D (or 0xEDA55D) is known color: Sandy Brown. HEX triplet: ED, A5 and 5D. RGB value is (237,165,93). Sum of RGB (Red+Green+Blue) = 237+165+93=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA55D is #125AA2. Grayscale: #B2B2B2. Windows color (decimal): -1202851 or 6137325. OLE color: 6137325.

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

Color convert

RGB 237 165 93 -
CMYK 0 0.30 0.61 0.07
HSL 30º 0.8% 0.65% -
HSV(B) 30º 0.61% 0.93% -
XYZ 50.36 45.71 16.52 -
YUV 178.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 237 165 93 0 0.30 0.61 0.07 30 0.8 0.65
Hex ED A5 5D 0 1E 3D 7 1E 50 41
Octal 355 245 135 0 36 75 7 36 120 101
Binary 11101101 10100101 1011101 0 11110 111101 111 11110 1010000 1000001

Color Harmonies of #EDA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA55D

Black with #EDA55D

Text Example


Text Example

White with #EDA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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