Html Css Color HEX #EFD69D Splash

📋 copy color: '#EFD69D'

red 239 ◦ green 214 ◦ blue 157

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

Shades of Splash #EFD69D

Tints of Splash #EFD69D

RGB

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

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

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

R = 39.18%
G = 35.08%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD69D (or 0xEFD69D) is known color: Splash. HEX triplet: EF, D6 and 9D. RGB value is (239,214,157). Sum of RGB (Red+Green+Blue) = 239+214+157=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD69D is #102962. Grayscale: #D7D7D7. Windows color (decimal): -1059171 or 10344175. OLE color: 10344175.

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

Color convert

RGB 239 214 157 -
CMYK 0 0.10 0.34 0.06
HSL 41.71º 0.72% 0.78% -
HSV(B) 41.71º 0.34% 0.94% -
XYZ 65.73 68.88 41.73 -
YUV 214.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 239 214 157 0 0.10 0.34 0.06 41.71 0.72 0.78
Hex EF D6 9D 0 A 22 6 2A 48 4E
Octal 357 326 235 0 12 42 6 52 110 116
Binary 11101111 11010110 10011101 0 1010 100010 110 101010 1001000 1001110

Color Harmonies of #EFD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD69D

Black with #EFD69D

Text Example


Text Example

White with #EFD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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