Html Css Color HEX #EFE0AE Sidecar

📋 copy color: '#EFE0AE'

red 239 ◦ green 224 ◦ blue 174

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

Shades of Sidecar #EFE0AE

Tints of Sidecar #EFE0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

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

R = 37.52%
G = 35.16%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFE0AE (or 0xEFE0AE) is known color: Sidecar. HEX triplet: EF, E0 and AE. RGB value is (239,224,174). Sum of RGB (Red+Green+Blue) = 239+224+174=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0AE is #101F51. Grayscale: #DFDFDF. Windows color (decimal): -1056594 or 11460847. OLE color: 11460847.

HSL color Cylindrical-coordinate representation of color #EFE0AE: hue angle of 46.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFE0AE is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 174 -
CMYK 0 0.06 0.27 0.06
HSL 46.15º 0.67% 0.81% -
HSV(B) 46.15º 0.27% 0.94% -
XYZ 69.89 74.72 50.78 -
YUV 222.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 239 224 174 0 0.06 0.27 0.06 46.15 0.67 0.81
Hex EF E0 AE 0 6 1B 6 2E 43 51
Octal 357 340 256 0 6 33 6 56 103 121
Binary 11101111 11100000 10101110 0 110 11011 110 101110 1000011 1010001

Color Harmonies of #EFE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0AE

Black with #EFE0AE

Text Example


Text Example

White with #EFE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0AE; }

 p { color: rgb(239,224,174); }

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

background-color css

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

 a { background-color: rgb(239,224,174); }

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

border-color css

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

 span { border-color: rgb(239,224,174); }

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