Html Css Color HEX #EDE1AC Sidecar

📋 copy color: '#EDE1AC'

red 237 ◦ green 225 ◦ blue 172

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

Shades of Sidecar #EDE1AC

Tints of Sidecar #EDE1AC

RGB

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

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

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

R = 37.38%
G = 35.49%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE1AC (or 0xEDE1AC) is known color: Sidecar. HEX triplet: ED, E1 and AC. RGB value is (237,225,172). Sum of RGB (Red+Green+Blue) = 237+225+172=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1AC is #121E53. Grayscale: #DEDEDE. Windows color (decimal): -1187412 or 11330029. OLE color: 11330029.

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

Color convert

RGB 237 225 172 -
CMYK 0 0.05 0.27 0.07
HSL 48.92º 0.64% 0.8% -
HSV(B) 48.92º 0.27% 0.93% -
XYZ 69.3 74.83 49.82 -
YUV 222.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 237 225 172 0 0.05 0.27 0.07 48.92 0.64 0.8
Hex ED E1 AC 0 5 1B 7 31 40 50
Octal 355 341 254 0 5 33 7 61 100 120
Binary 11101101 11100001 10101100 0 101 11011 111 110001 1000000 1010000

Color Harmonies of #EDE1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1AC

Black with #EDE1AC

Text Example


Text Example

White with #EDE1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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