Html Css Color HEX #EDDBAC Sidecar

📋 copy color: '#EDDBAC'

red 237 ◦ green 219 ◦ blue 172

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

Shades of Sidecar #EDDBAC

Tints of Sidecar #EDDBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.87%

 BLUE value IS 172 (67.58% from 255) = 27.39%

R = 37.74%
G = 34.87%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDDBAC (or 0xEDDBAC) is known color: Sidecar. HEX triplet: ED, DB and AC. RGB value is (237,219,172). Sum of RGB (Red+Green+Blue) = 237+219+172=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBAC is #122453. Grayscale: #DBDBDB. Windows color (decimal): -1188948 or 11328493. OLE color: 11328493.

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

Color convert

RGB 237 219 172 -
CMYK 0 0.08 0.27 0.07
HSL 43.38º 0.64% 0.8% -
HSV(B) 43.38º 0.27% 0.93% -
XYZ 67.7 71.65 49.29 -
YUV 219.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 237 219 172 0 0.08 0.27 0.07 43.38 0.64 0.8
Hex ED DB AC 0 8 1B 7 2B 40 50
Octal 355 333 254 0 10 33 7 53 100 120
Binary 11101101 11011011 10101100 0 1000 11011 111 101011 1000000 1010000

Color Harmonies of #EDDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBAC

Black with #EDDBAC

Text Example


Text Example

White with #EDDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBAC; }

 p { color: rgb(237,219,172); }

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

background-color css

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

 a { background-color: rgb(237,219,172); }

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

border-color css

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

 span { border-color: rgb(237,219,172); }

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