Html Css Color HEX #EFD6A0 Splash

📋 copy color: '#EFD6A0'

red 239 ◦ green 214 ◦ blue 160

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

Shades of Splash #EFD6A0

Tints of Splash #EFD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.91%

 BLUE value IS 160 (62.89% from 255) = 26.1%

R = 38.99%
G = 34.91%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFD6A0 (or 0xEFD6A0) is known color: Splash. HEX triplet: EF, D6 and A0. RGB value is (239,214,160). Sum of RGB (Red+Green+Blue) = 239+214+160=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6A0 is #10295F. Grayscale: #D7D7D7. Windows color (decimal): -1059168 or 10540783. OLE color: 10540783.

HSL color Cylindrical-coordinate representation of color #EFD6A0: hue angle of 41.01º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD6A0 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 160 -
CMYK 0 0.10 0.33 0.06
HSL 41.01º 0.71% 0.78% -
HSV(B) 41.01º 0.33% 0.94% -
XYZ 65.99 68.98 43.09 -
YUV 215.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 239 214 160 0 0.10 0.33 0.06 41.01 0.71 0.78
Hex EF D6 A0 0 A 21 6 29 47 4E
Octal 357 326 240 0 12 41 6 51 107 116
Binary 11101111 11010110 10100000 0 1010 100001 110 101001 1000111 1001110

Color Harmonies of #EFD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6A0

Black with #EFD6A0

Text Example


Text Example

White with #EFD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6A0; }

 p { color: rgb(239,214,160); }

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

background-color css

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

 a { background-color: rgb(239,214,160); }

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

border-color css

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

 span { border-color: rgb(239,214,160); }

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