Html Css Color HEX #EDA968 Sandy Brown

📋 copy color: '#EDA968'

red 237 ◦ green 169 ◦ blue 104

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

Shades of Sandy Brown #EDA968

Tints of Sandy Brown #EDA968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.39%

R = 46.47%
G = 33.14%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDA968 (or 0xEDA968) is known color: Sandy Brown. HEX triplet: ED, A9 and 68. RGB value is (237,169,104). Sum of RGB (Red+Green+Blue) = 237+169+104=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA968 is #125697. Grayscale: #B6B6B6. Windows color (decimal): -1201816 or 6859245. OLE color: 6859245.

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

Color convert

RGB 237 169 104 -
CMYK 0 0.29 0.56 0.07
HSL 29.32º 0.79% 0.67% -
HSV(B) 29.32º 0.56% 0.93% -
XYZ 51.61 47.38 19.52 -
YUV 181.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 237 169 104 0 0.29 0.56 0.07 29.32 0.79 0.67
Hex ED A9 68 0 1D 38 7 1D 4F 43
Octal 355 251 150 0 35 70 7 35 117 103
Binary 11101101 10101001 1101000 0 11101 111000 111 11101 1001111 1000011

Color Harmonies of #EDA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA968

Black with #EDA968

Text Example


Text Example

White with #EDA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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