Html Css Color HEX #EBDAA4 Sidecar

📋 copy color: '#EBDAA4'

red 235 ◦ green 218 ◦ blue 164

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

Shades of Sidecar #EBDAA4

Tints of Sidecar #EBDAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 164 (64.45% from 255) = 26.58%

R = 38.09%
G = 35.33%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBDAA4 (or 0xEBDAA4) is known color: Sidecar. HEX triplet: EB, DA and A4. RGB value is (235,218,164). Sum of RGB (Red+Green+Blue) = 235+218+164=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA4 is #14255B. Grayscale: #D9D9D9. Windows color (decimal): -1320284 or 10803947. OLE color: 10803947.

HSL color Cylindrical-coordinate representation of color #EBDAA4: hue angle of 45.63º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBDAA4 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 164 -
CMYK 0 0.07 0.30 0.08
HSL 45.63º 0.64% 0.78% -
HSV(B) 45.63º 0.3% 0.92% -
XYZ 66.03 70.49 45.25 -
YUV 216.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 235 218 164 0 0.07 0.30 0.08 45.63 0.64 0.78
Hex EB DA A4 0 7 1E 8 2E 40 4E
Octal 353 332 244 0 7 36 10 56 100 116
Binary 11101011 11011010 10100100 0 111 11110 1000 101110 1000000 1001110

Color Harmonies of #EBDAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAA4

Black with #EBDAA4

Text Example


Text Example

White with #EBDAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAA4; }

 p { color: rgb(235,218,164); }

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

background-color css

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

 a { background-color: rgb(235,218,164); }

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

border-color css

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

 span { border-color: rgb(235,218,164); }

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