Html Css Color HEX #EDDFB1 Sidecar

📋 copy color: '#EDDFB1'

red 237 ◦ green 223 ◦ blue 177

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

Shades of Sidecar #EDDFB1

Tints of Sidecar #EDDFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.01%

 BLUE value IS 177 (69.53% from 255) = 27.79%

R = 37.21%
G = 35.01%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDDFB1 (or 0xEDDFB1) is known color: Sidecar. HEX triplet: ED, DF and B1. RGB value is (237,223,177). Sum of RGB (Red+Green+Blue) = 237+223+177=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFB1 is #12204E. Grayscale: #DEDEDE. Windows color (decimal): -1187919 or 11657197. OLE color: 11657197.

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

Color convert

RGB 237 223 177 -
CMYK 0 0.06 0.25 0.07
HSL 46º 0.63% 0.81% -
HSV(B) 46º 0.25% 0.93% -
XYZ 69.25 73.95 52.22 -
YUV 221.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 237 223 177 0 0.06 0.25 0.07 46 0.63 0.81
Hex ED DF B1 0 6 19 7 2E 3E 51
Octal 355 337 261 0 6 31 7 56 76 121
Binary 11101101 11011111 10110001 0 110 11001 111 101110 111110 1010001

Color Harmonies of #EDDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFB1

Black with #EDDFB1

Text Example


Text Example

White with #EDDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFB1; }

 p { color: rgb(237,223,177); }

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

background-color css

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

 a { background-color: rgb(237,223,177); }

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

border-color css

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

 span { border-color: rgb(237,223,177); }

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