Html Css Color HEX #EDA067 Sandy Brown

📋 copy color: '#EDA067'

red 237 ◦ green 160 ◦ blue 103

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

Shades of Sandy Brown #EDA067

Tints of Sandy Brown #EDA067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 47.4%
G = 32%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDA067 (or 0xEDA067) is known color: Sandy Brown. HEX triplet: ED, A0 and 67. RGB value is (237,160,103). Sum of RGB (Red+Green+Blue) = 237+160+103=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA067 is #125F98. Grayscale: #B0B0B0. Windows color (decimal): -1204121 or 6791405. OLE color: 6791405.

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

Color convert

RGB 237 160 103 -
CMYK 0 0.32 0.57 0.07
HSL 25.52º 0.79% 0.67% -
HSV(B) 25.52º 0.57% 0.93% -
XYZ 49.94 44.13 18.72 -
YUV 176.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 237 160 103 0 0.32 0.57 0.07 25.52 0.79 0.67
Hex ED A0 67 0 20 39 7 1A 4F 43
Octal 355 240 147 0 40 71 7 32 117 103
Binary 11101101 10100000 1100111 0 100000 111001 111 11010 1001111 1000011

Color Harmonies of #EDA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA067

Black with #EDA067

Text Example


Text Example

White with #EDA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA067; }

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

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

background-color css

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

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

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

border-color css

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

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

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