Html Css Color HEX #EBDDAE Sidecar

📋 copy color: '#EBDDAE'

red 235 ◦ green 221 ◦ blue 174

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

Shades of Sidecar #EBDDAE

Tints of Sidecar #EBDDAE

RGB

 RED value IS 235 (92.19% from 255) = 37.3%

 GREEN value IS 221 (86.72% from 255) = 35.08%

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

R = 37.3%
G = 35.08%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBDDAE (or 0xEBDDAE) is known color: Sidecar. HEX triplet: EB, DD and AE. RGB value is (235,221,174). Sum of RGB (Red+Green+Blue) = 235+221+174=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAE is #142251. Grayscale: #DCDCDC. Windows color (decimal): -1319506 or 11460075. OLE color: 11460075.

HSL color Cylindrical-coordinate representation of color #EBDDAE: hue angle of 46.23º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDDAE is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 174 -
CMYK 0 0.06 0.26 0.08
HSL 46.23º 0.6% 0.8% -
HSV(B) 46.23º 0.26% 0.92% -
XYZ 67.76 72.43 50.45 -
YUV 219.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 235 221 174 0 0.06 0.26 0.08 46.23 0.6 0.8
Hex EB DD AE 0 6 1A 8 2E 3C 50
Octal 353 335 256 0 6 32 10 56 74 120
Binary 11101011 11011101 10101110 0 110 11010 1000 101110 111100 1010000

Color Harmonies of #EBDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDAE

Black with #EBDDAE

Text Example


Text Example

White with #EBDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDAE; }

 p { color: rgb(235,221,174); }

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

background-color css

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

 a { background-color: rgb(235,221,174); }

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

border-color css

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

 span { border-color: rgb(235,221,174); }

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