Html Css Color HEX #EDE1B0 Sidecar

📋 copy color: '#EDE1B0'

red 237 ◦ green 225 ◦ blue 176

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

Shades of Sidecar #EDE1B0

Tints of Sidecar #EDE1B0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.27%

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 37.15%
G = 35.27%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE1B0 (or 0xEDE1B0) is known color: Sidecar. HEX triplet: ED, E1 and B0. RGB value is (237,225,176). Sum of RGB (Red+Green+Blue) = 237+225+176=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1B0 is #121E4F. Grayscale: #DFDFDF. Windows color (decimal): -1187408 or 11592173. OLE color: 11592173.

HSL color Cylindrical-coordinate representation of color #EDE1B0: hue angle of 48.2º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDE1B0 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 176 -
CMYK 0 0.05 0.26 0.07
HSL 48.2º 0.63% 0.81% -
HSV(B) 48.2º 0.26% 0.93% -
XYZ 69.69 74.99 51.88 -
YUV 223 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 237 225 176 0 0.05 0.26 0.07 48.2 0.63 0.81
Hex ED E1 B0 0 5 1A 7 30 3F 51
Octal 355 341 260 0 5 32 7 60 77 121
Binary 11101101 11100001 10110000 0 101 11010 111 110000 111111 1010001

Color Harmonies of #EDE1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1B0

Black with #EDE1B0

Text Example


Text Example

White with #EDE1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1B0; }

 p { color: rgb(237,225,176); }

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

background-color css

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

 a { background-color: rgb(237,225,176); }

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

border-color css

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

 span { border-color: rgb(237,225,176); }

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