Html Css Color HEX #EDE0B0 Sidecar

📋 copy color: '#EDE0B0'

red 237 ◦ green 224 ◦ blue 176

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

Shades of Sidecar #EDE0B0

Tints of Sidecar #EDE0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

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

R = 37.21%
G = 35.16%
B = 27.63%

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

#EDE0B0 (or 0xEDE0B0) is known color: Sidecar. HEX triplet: ED, E0 and B0. RGB value is (237,224,176). Sum of RGB (Red+Green+Blue) = 237+224+176=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0B0 is #121F4F. Grayscale: #DEDEDE. Windows color (decimal): -1187664 or 11591917. OLE color: 11591917.

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

Color convert

RGB 237 224 176 -
CMYK 0 0.05 0.26 0.07
HSL 47.21º 0.63% 0.81% -
HSV(B) 47.21º 0.26% 0.93% -
XYZ 69.42 74.45 51.79 -
YUV 222.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 237 224 176 0 0.05 0.26 0.07 47.21 0.63 0.81
Hex ED E0 B0 0 5 1A 7 2F 3F 51
Octal 355 340 260 0 5 32 7 57 77 121
Binary 11101101 11100000 10110000 0 101 11010 111 101111 111111 1010001

Color Harmonies of #EDE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0B0

Black with #EDE0B0

Text Example


Text Example

White with #EDE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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