Html Css Color HEX #EFE0AF Sidecar

📋 copy color: '#EFE0AF'

red 239 ◦ green 224 ◦ blue 175

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

Shades of Sidecar #EFE0AF

Tints of Sidecar #EFE0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.43%

R = 37.46%
G = 35.11%
B = 27.43%

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

#EFE0AF (or 0xEFE0AF) is known color: Sidecar. HEX triplet: EF, E0 and AF. RGB value is (239,224,175). Sum of RGB (Red+Green+Blue) = 239+224+175=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0AF is #101F50. Grayscale: #DFDFDF. Windows color (decimal): -1056593 or 11526383. OLE color: 11526383.

HSL color Cylindrical-coordinate representation of color #EFE0AF: hue angle of 45.94º 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 #EFE0AF is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 175 -
CMYK 0 0.06 0.27 0.06
HSL 45.94º 0.67% 0.81% -
HSV(B) 45.94º 0.27% 0.94% -
XYZ 69.99 74.76 51.3 -
YUV 222.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 239 224 175 0 0.06 0.27 0.06 45.94 0.67 0.81
Hex EF E0 AF 0 6 1B 6 2E 43 51
Octal 357 340 257 0 6 33 6 56 103 121
Binary 11101111 11100000 10101111 0 110 11011 110 101110 1000011 1010001

Color Harmonies of #EFE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0AF

Black with #EFE0AF

Text Example


Text Example

White with #EFE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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