Html Css Color HEX #EDDEAF Sidecar

📋 copy color: '#EDDEAF'

red 237 ◦ green 222 ◦ blue 175

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

Shades of Sidecar #EDDEAF

Tints of Sidecar #EDDEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.6%

R = 37.38%
G = 35.02%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDDEAF (or 0xEDDEAF) is known color: Sidecar. HEX triplet: ED, DE and AF. RGB value is (237,222,175). Sum of RGB (Red+Green+Blue) = 237+222+175=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAF is #122150. Grayscale: #DDDDDD. Windows color (decimal): -1188177 or 11525869. OLE color: 11525869.

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

Color convert

RGB 237 222 175 -
CMYK 0 0.06 0.26 0.07
HSL 45.48º 0.63% 0.81% -
HSV(B) 45.48º 0.26% 0.93% -
XYZ 68.78 73.34 51.09 -
YUV 221.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 237 222 175 0 0.06 0.26 0.07 45.48 0.63 0.81
Hex ED DE AF 0 6 1A 7 2D 3F 51
Octal 355 336 257 0 6 32 7 55 77 121
Binary 11101101 11011110 10101111 0 110 11010 111 101101 111111 1010001

Color Harmonies of #EDDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEAF

Black with #EDDEAF

Text Example


Text Example

White with #EDDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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