Html Css Color HEX #EFDFA8 Sidecar

📋 copy color: '#EFDFA8'

red 239 ◦ green 223 ◦ blue 168

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

Shades of Sidecar #EFDFA8

Tints of Sidecar #EFDFA8

RGB

 RED value IS 239 (93.75% from 255) = 37.94%

 GREEN value IS 223 (87.5% from 255) = 35.4%

 BLUE value IS 168 (66.02% from 255) = 26.67%

R = 37.94%
G = 35.4%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFDFA8 (or 0xEFDFA8) is known color: Sidecar. HEX triplet: EF, DF and A8. RGB value is (239,223,168). Sum of RGB (Red+Green+Blue) = 239+223+168=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA8 is #102057. Grayscale: #DDDDDD. Windows color (decimal): -1056856 or 11067375. OLE color: 11067375.

HSL color Cylindrical-coordinate representation of color #EFDFA8: hue angle of 46.48º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFDFA8 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 168 -
CMYK 0 0.07 0.30 0.06
HSL 46.48º 0.69% 0.8% -
HSV(B) 46.48º 0.3% 0.94% -
XYZ 69.05 73.95 47.68 -
YUV 221.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 239 223 168 0 0.07 0.30 0.06 46.48 0.69 0.8
Hex EF DF A8 0 7 1E 6 2E 45 50
Octal 357 337 250 0 7 36 6 56 105 120
Binary 11101111 11011111 10101000 0 111 11110 110 101110 1000101 1010000

Color Harmonies of #EFDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFA8

Black with #EFDFA8

Text Example


Text Example

White with #EFDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFA8; }

 p { color: rgb(239,223,168); }

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

background-color css

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

 a { background-color: rgb(239,223,168); }

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

border-color css

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

 span { border-color: rgb(239,223,168); }

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