Html Css Color HEX #EDDFAA Sidecar

📋 copy color: '#EDDFAA'

red 237 ◦ green 223 ◦ blue 170

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

Shades of Sidecar #EDDFAA

Tints of Sidecar #EDDFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.98%

R = 37.62%
G = 35.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDDFAA (or 0xEDDFAA) is known color: Sidecar. HEX triplet: ED, DF and AA. RGB value is (237,223,170). Sum of RGB (Red+Green+Blue) = 237+223+170=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAA is #122055. Grayscale: #DDDDDD. Windows color (decimal): -1187926 or 11198445. OLE color: 11198445.

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

Color convert

RGB 237 223 170 -
CMYK 0 0.06 0.28 0.07
HSL 47.46º 0.65% 0.8% -
HSV(B) 47.46º 0.28% 0.93% -
XYZ 68.57 73.68 48.64 -
YUV 221.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 237 223 170 0 0.06 0.28 0.07 47.46 0.65 0.8
Hex ED DF AA 0 6 1C 7 2F 41 50
Octal 355 337 252 0 6 34 7 57 101 120
Binary 11101101 11011111 10101010 0 110 11100 111 101111 1000001 1010000

Color Harmonies of #EDDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFAA

Black with #EDDFAA

Text Example


Text Example

White with #EDDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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