Html Css Color HEX #EDA062 Sandy Brown

📋 copy color: '#EDA062'

red 237 ◦ green 160 ◦ blue 98

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

Shades of Sandy Brown #EDA062

Tints of Sandy Brown #EDA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 47.88%
G = 32.32%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDA062 (or 0xEDA062) is known color: Sandy Brown. HEX triplet: ED, A0 and 62. RGB value is (237,160,98). Sum of RGB (Red+Green+Blue) = 237+160+98=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA062 is #125F9D. Grayscale: #B0B0B0. Windows color (decimal): -1204126 or 6463725. OLE color: 6463725.

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

Color convert

RGB 237 160 98 -
CMYK 0 0.32 0.59 0.07
HSL 26.76º 0.79% 0.66% -
HSV(B) 26.76º 0.59% 0.93% -
XYZ 49.7 44.03 17.43 -
YUV 175.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 237 160 98 0 0.32 0.59 0.07 26.76 0.79 0.66
Hex ED A0 62 0 20 3B 7 1B 4F 42
Octal 355 240 142 0 40 73 7 33 117 102
Binary 11101101 10100000 1100010 0 100000 111011 111 11011 1001111 1000010

Color Harmonies of #EDA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA062

Black with #EDA062

Text Example


Text Example

White with #EDA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA062; }

 p { color: rgb(237,160,98); }

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

background-color css

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

 a { background-color: rgb(237,160,98); }

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

border-color css

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

 span { border-color: rgb(237,160,98); }

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