Html Css Color HEX #EDDEAE Sidecar

📋 copy color: '#EDDEAE'

red 237 ◦ green 222 ◦ blue 174

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

Shades of Sidecar #EDDEAE

Tints of Sidecar #EDDEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 174 (68.36% from 255) = 27.49%

R = 37.44%
G = 35.07%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDDEAE (or 0xEDDEAE) is known color: Sidecar. HEX triplet: ED, DE and AE. RGB value is (237,222,174). Sum of RGB (Red+Green+Blue) = 237+222+174=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAE is #122151. Grayscale: #DDDDDD. Windows color (decimal): -1188178 or 11460333. OLE color: 11460333.

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

Color convert

RGB 237 222 174 -
CMYK 0 0.06 0.27 0.07
HSL 45.71º 0.64% 0.81% -
HSV(B) 45.71º 0.27% 0.93% -
XYZ 68.69 73.3 50.57 -
YUV 221.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 237 222 174 0 0.06 0.27 0.07 45.71 0.64 0.81
Hex ED DE AE 0 6 1B 7 2E 40 51
Octal 355 336 256 0 6 33 7 56 100 121
Binary 11101101 11011110 10101110 0 110 11011 111 101110 1000000 1010001

Color Harmonies of #EDDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEAE

Black with #EDDEAE

Text Example


Text Example

White with #EDDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEAE; }

 p { color: rgb(237,222,174); }

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

background-color css

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

 a { background-color: rgb(237,222,174); }

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

border-color css

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

 span { border-color: rgb(237,222,174); }

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