Html Css Color HEX #EFD8A0 Splash

📋 copy color: '#EFD8A0'

red 239 ◦ green 216 ◦ blue 160

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

Shades of Splash #EFD8A0

Tints of Splash #EFD8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.12%

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

R = 38.86%
G = 35.12%
B = 26.02%

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

#EFD8A0 (or 0xEFD8A0) is known color: Splash. HEX triplet: EF, D8 and A0. RGB value is (239,216,160). Sum of RGB (Red+Green+Blue) = 239+216+160=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8A0 is #10275F. Grayscale: #D8D8D8. Windows color (decimal): -1058656 or 10541295. OLE color: 10541295.

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

Color convert

RGB 239 216 160 -
CMYK 0 0.10 0.33 0.06
HSL 42.53º 0.71% 0.78% -
HSV(B) 42.53º 0.33% 0.94% -
XYZ 66.5 70 43.26 -
YUV 216.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 239 216 160 0 0.10 0.33 0.06 42.53 0.71 0.78
Hex EF D8 A0 0 A 21 6 2B 47 4E
Octal 357 330 240 0 12 41 6 53 107 116
Binary 11101111 11011000 10100000 0 1010 100001 110 101011 1000111 1001110

Color Harmonies of #EFD8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8A0

Black with #EFD8A0

Text Example


Text Example

White with #EFD8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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