Html Css Color HEX #EDDFAD Sidecar

📋 copy color: '#EDDFAD'

red 237 ◦ green 223 ◦ blue 173

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

Shades of Sidecar #EDDFAD

Tints of Sidecar #EDDFAD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 173 (67.97% from 255) = 27.33%

R = 37.44%
G = 35.23%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDDFAD (or 0xEDDFAD) is known color: Sidecar. HEX triplet: ED, DF and AD. RGB value is (237,223,173). Sum of RGB (Red+Green+Blue) = 237+223+173=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAD is #122052. Grayscale: #DDDDDD. Windows color (decimal): -1187923 or 11395053. OLE color: 11395053.

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

Color convert

RGB 237 223 173 -
CMYK 0 0.06 0.27 0.07
HSL 46.88º 0.64% 0.8% -
HSV(B) 46.88º 0.27% 0.93% -
XYZ 68.86 73.8 50.15 -
YUV 221.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 237 223 173 0 0.06 0.27 0.07 46.88 0.64 0.8
Hex ED DF AD 0 6 1B 7 2F 40 50
Octal 355 337 255 0 6 33 7 57 100 120
Binary 11101101 11011111 10101101 0 110 11011 111 101111 1000000 1010000

Color Harmonies of #EDDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFAD

Black with #EDDFAD

Text Example


Text Example

White with #EDDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFAD; }

 p { color: rgb(237,223,173); }

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

background-color css

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

 a { background-color: rgb(237,223,173); }

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

border-color css

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

 span { border-color: rgb(237,223,173); }

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