Html Css Color HEX #EDAC64 Sandy Brown

📋 copy color: '#EDAC64'

red 237 ◦ green 172 ◦ blue 100

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

Shades of Sandy Brown #EDAC64

Tints of Sandy Brown #EDAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 46.56%
G = 33.79%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDAC64 (or 0xEDAC64) is known color: Sandy Brown. HEX triplet: ED, AC and 64. RGB value is (237,172,100). Sum of RGB (Red+Green+Blue) = 237+172+100=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC64 is #12539B. Grayscale: #B7B7B7. Windows color (decimal): -1201052 or 6597869. OLE color: 6597869.

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

Color convert

RGB 237 172 100 -
CMYK 0 0.27 0.58 0.07
HSL 31.53º 0.79% 0.66% -
HSV(B) 31.53º 0.58% 0.93% -
XYZ 51.98 48.43 18.66 -
YUV 183.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 237 172 100 0 0.27 0.58 0.07 31.53 0.79 0.66
Hex ED AC 64 0 1B 3A 7 20 4F 42
Octal 355 254 144 0 33 72 7 40 117 102
Binary 11101101 10101100 1100100 0 11011 111010 111 100000 1001111 1000010

Color Harmonies of #EDAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC64

Black with #EDAC64

Text Example


Text Example

White with #EDAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC64; }

 p { color: rgb(237,172,100); }

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

background-color css

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

 a { background-color: rgb(237,172,100); }

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

border-color css

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

 span { border-color: rgb(237,172,100); }

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