Html Css Color HEX #EDA368 Sandy Brown

📋 copy color: '#EDA368'

red 237 ◦ green 163 ◦ blue 104

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

Shades of Sandy Brown #EDA368

Tints of Sandy Brown #EDA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

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

R = 47.02%
G = 32.34%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDA368 (or 0xEDA368) is known color: Sandy Brown. HEX triplet: ED, A3 and 68. RGB value is (237,163,104). Sum of RGB (Red+Green+Blue) = 237+163+104=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA368 is #125C97. Grayscale: #B2B2B2. Windows color (decimal): -1203352 or 6857709. OLE color: 6857709.

HSL color Cylindrical-coordinate representation of color #EDA368: hue angle of 26.62º 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 #EDA368 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 104 -
CMYK 0 0.31 0.56 0.07
HSL 26.62º 0.79% 0.67% -
HSV(B) 26.62º 0.56% 0.93% -
XYZ 50.52 45.2 19.16 -
YUV 178.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 237 163 104 0 0.31 0.56 0.07 26.62 0.79 0.67
Hex ED A3 68 0 1F 38 7 1B 4F 43
Octal 355 243 150 0 37 70 7 33 117 103
Binary 11101101 10100011 1101000 0 11111 111000 111 11011 1001111 1000011

Color Harmonies of #EDA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA368

Black with #EDA368

Text Example


Text Example

White with #EDA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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