Html Css Color HEX #EDA25E Sandy Brown

📋 copy color: '#EDA25E'

red 237 ◦ green 162 ◦ blue 94

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

Shades of Sandy Brown #EDA25E

Tints of Sandy Brown #EDA25E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 48.07%
G = 32.86%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDA25E (or 0xEDA25E) is known color: Sandy Brown. HEX triplet: ED, A2 and 5E. RGB value is (237,162,94). Sum of RGB (Red+Green+Blue) = 237+162+94=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA25E is #125DA1. Grayscale: #B1B1B1. Windows color (decimal): -1203618 or 6202093. OLE color: 6202093.

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

Color convert

RGB 237 162 94 -
CMYK 0 0.32 0.60 0.07
HSL 28.53º 0.8% 0.65% -
HSV(B) 28.53º 0.6% 0.93% -
XYZ 49.87 44.65 16.58 -
YUV 176.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 237 162 94 0 0.32 0.60 0.07 28.53 0.8 0.65
Hex ED A2 5E 0 20 3C 7 1D 50 41
Octal 355 242 136 0 40 74 7 35 120 101
Binary 11101101 10100010 1011110 0 100000 111100 111 11101 1010000 1000001

Color Harmonies of #EDA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA25E

Black with #EDA25E

Text Example


Text Example

White with #EDA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA25E; }

 p { color: rgb(237,162,94); }

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

background-color css

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

 a { background-color: rgb(237,162,94); }

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

border-color css

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

 span { border-color: rgb(237,162,94); }

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