Html Css Color HEX #EFD49D Splash

📋 copy color: '#EFD49D'

red 239 ◦ green 212 ◦ blue 157

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

Shades of Splash #EFD49D

Tints of Splash #EFD49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.87%

 BLUE value IS 157 (61.72% from 255) = 25.82%

R = 39.31%
G = 34.87%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD49D (or 0xEFD49D) is known color: Splash. HEX triplet: EF, D4 and 9D. RGB value is (239,212,157). Sum of RGB (Red+Green+Blue) = 239+212+157=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD49D is #102B62. Grayscale: #D6D6D6. Windows color (decimal): -1059683 or 10343663. OLE color: 10343663.

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

Color convert

RGB 239 212 157 -
CMYK 0 0.11 0.34 0.06
HSL 40.24º 0.72% 0.78% -
HSV(B) 40.24º 0.34% 0.94% -
XYZ 65.23 67.87 41.56 -
YUV 213.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 239 212 157 0 0.11 0.34 0.06 40.24 0.72 0.78
Hex EF D4 9D 0 B 22 6 28 48 4E
Octal 357 324 235 0 13 42 6 50 110 116
Binary 11101111 11010100 10011101 0 1011 100010 110 101000 1001000 1001110

Color Harmonies of #EFD49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD49D

Black with #EFD49D

Text Example


Text Example

White with #EFD49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD49D; }

 p { color: rgb(239,212,157); }

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

background-color css

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

 a { background-color: rgb(239,212,157); }

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

border-color css

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

 span { border-color: rgb(239,212,157); }

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