Html Css Color HEX #EDE0AC Sidecar

📋 copy color: '#EDE0AC'

red 237 ◦ green 224 ◦ blue 172

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

Shades of Sidecar #EDE0AC

Tints of Sidecar #EDE0AC

RGB

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

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

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

R = 37.44%
G = 35.39%
B = 27.17%

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

#EDE0AC (or 0xEDE0AC) is known color: Sidecar. HEX triplet: ED, E0 and AC. RGB value is (237,224,172). Sum of RGB (Red+Green+Blue) = 237+224+172=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0AC is #121F53. Grayscale: #DEDEDE. Windows color (decimal): -1187668 or 11329773. OLE color: 11329773.

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

Color convert

RGB 237 224 172 -
CMYK 0 0.05 0.27 0.07
HSL 48º 0.64% 0.8% -
HSV(B) 48º 0.27% 0.93% -
XYZ 69.03 74.29 49.73 -
YUV 221.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 237 224 172 0 0.05 0.27 0.07 48 0.64 0.8
Hex ED E0 AC 0 5 1B 7 30 40 50
Octal 355 340 254 0 5 33 7 60 100 120
Binary 11101101 11100000 10101100 0 101 11011 111 110000 1000000 1010000

Color Harmonies of #EDE0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0AC

Black with #EDE0AC

Text Example


Text Example

White with #EDE0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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