Html Css Color HEX #EEDBA4 Sidecar

📋 copy color: '#EEDBA4'

red 238 ◦ green 219 ◦ blue 164

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

Shades of Sidecar #EEDBA4

Tints of Sidecar #EEDBA4

RGB

 RED value IS 238 (93.36% from 255) = 38.33%

 GREEN value IS 219 (85.94% from 255) = 35.27%

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

R = 38.33%
G = 35.27%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEDBA4 (or 0xEEDBA4) is known color: Sidecar. HEX triplet: EE, DB and A4. RGB value is (238,219,164). Sum of RGB (Red+Green+Blue) = 238+219+164=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA4 is #11245B. Grayscale: #DADADA. Windows color (decimal): -1123420 or 10804206. OLE color: 10804206.

HSL color Cylindrical-coordinate representation of color #EEDBA4: hue angle of 44.59º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEDBA4 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 164 -
CMYK 0 0.08 0.31 0.07
HSL 44.59º 0.69% 0.79% -
HSV(B) 44.59º 0.31% 0.93% -
XYZ 67.29 71.52 45.38 -
YUV 218.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 238 219 164 0 0.08 0.31 0.07 44.59 0.69 0.79
Hex EE DB A4 0 8 1F 7 2D 45 4F
Octal 356 333 244 0 10 37 7 55 105 117
Binary 11101110 11011011 10100100 0 1000 11111 111 101101 1000101 1001111

Color Harmonies of #EEDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBA4

Black with #EEDBA4

Text Example


Text Example

White with #EEDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBA4; }

 p { color: rgb(238,219,164); }

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

background-color css

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

 a { background-color: rgb(238,219,164); }

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

border-color css

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

 span { border-color: rgb(238,219,164); }

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