Html Css Color HEX #EDDDA1 Sidecar

📋 copy color: '#EDDDA1'

red 237 ◦ green 221 ◦ blue 161

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

Shades of Sidecar #EDDDA1

Tints of Sidecar #EDDDA1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

 BLUE value IS 161 (63.28% from 255) = 26.01%

R = 38.29%
G = 35.7%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDDDA1 (or 0xEDDDA1) is known color: Sidecar. HEX triplet: ED, DD and A1. RGB value is (237,221,161). Sum of RGB (Red+Green+Blue) = 237+221+161=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDA1 is #12225E. Grayscale: #DBDBDB. Windows color (decimal): -1188447 or 10608109. OLE color: 10608109.

HSL color Cylindrical-coordinate representation of color #EDDDA1: hue angle of 47.37º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDDDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 161 -
CMYK 0 0.07 0.32 0.07
HSL 47.37º 0.68% 0.78% -
HSV(B) 47.37º 0.32% 0.93% -
XYZ 67.21 72.29 44.13 -
YUV 218.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 237 221 161 0 0.07 0.32 0.07 47.37 0.68 0.78
Hex ED DD A1 0 7 20 7 2F 44 4E
Octal 355 335 241 0 7 40 7 57 104 116
Binary 11101101 11011101 10100001 0 111 100000 111 101111 1000100 1001110

Color Harmonies of #EDDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDA1

Black with #EDDDA1

Text Example


Text Example

White with #EDDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDA1; }

 p { color: rgb(237,221,161); }

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

background-color css

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

 a { background-color: rgb(237,221,161); }

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

border-color css

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

 span { border-color: rgb(237,221,161); }

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