Html Css Color HEX #EDA95B Sandy Brown

📋 copy color: '#EDA95B'

red 237 ◦ green 169 ◦ blue 91

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

Shades of Sandy Brown #EDA95B

Tints of Sandy Brown #EDA95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 91 (35.94% from 255) = 18.31%

R = 47.69%
G = 34%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDA95B (or 0xEDA95B) is known color: Sandy Brown. HEX triplet: ED, A9 and 5B. RGB value is (237,169,91). Sum of RGB (Red+Green+Blue) = 237+169+91=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA95B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA95B is #1256A4. Grayscale: #B4B4B4. Windows color (decimal): -1201829 or 6007277. OLE color: 6007277.

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

Color convert

RGB 237 169 91 -
CMYK 0 0.29 0.62 0.07
HSL 32.05º 0.8% 0.64% -
HSV(B) 32.05º 0.62% 0.93% -
XYZ 51 47.14 16.31 -
YUV 180.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 237 169 91 0 0.29 0.62 0.07 32.05 0.8 0.64
Hex ED A9 5B 0 1D 3E 7 20 50 40
Octal 355 251 133 0 35 76 7 40 120 100
Binary 11101101 10101001 1011011 0 11101 111110 111 100000 1010000 1000000

Color Harmonies of #EDA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA95B

Black with #EDA95B

Text Example


Text Example

White with #EDA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA95B; }

 p { color: rgb(237,169,91); }

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

background-color css

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

 a { background-color: rgb(237,169,91); }

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

border-color css

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

 span { border-color: rgb(237,169,91); }

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