Html Css Color HEX #EDDDA2 Sidecar

📋 copy color: '#EDDDA2'

red 237 ◦ green 221 ◦ blue 162

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

Shades of Sidecar #EDDDA2

Tints of Sidecar #EDDDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.13%

R = 38.23%
G = 35.65%
B = 26.13%

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

#EDDDA2 (or 0xEDDDA2) is known color: Sidecar. HEX triplet: ED, DD and A2. RGB value is (237,221,162). Sum of RGB (Red+Green+Blue) = 237+221+162=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDA2 is #12225D. Grayscale: #DBDBDB. Windows color (decimal): -1188446 or 10673645. OLE color: 10673645.

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

Color convert

RGB 237 221 162 -
CMYK 0 0.07 0.32 0.07
HSL 47.2º 0.68% 0.78% -
HSV(B) 47.2º 0.32% 0.93% -
XYZ 67.3 72.33 44.6 -
YUV 219.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 237 221 162 0 0.07 0.32 0.07 47.2 0.68 0.78
Hex ED DD A2 0 7 20 7 2F 44 4E
Octal 355 335 242 0 7 40 7 57 104 116
Binary 11101101 11011101 10100010 0 111 100000 111 101111 1000100 1001110

Color Harmonies of #EDDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDA2

Black with #EDDDA2

Text Example


Text Example

White with #EDDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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