Html Css Color HEX #EFDC9D Splash

📋 copy color: '#EFDC9D'

red 239 ◦ green 220 ◦ blue 157

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

Shades of Splash #EFDC9D

Tints of Splash #EFDC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

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

R = 38.8%
G = 35.71%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFDC9D (or 0xEFDC9D) is known color: Splash. HEX triplet: EF, DC and 9D. RGB value is (239,220,157). Sum of RGB (Red+Green+Blue) = 239+220+157=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC9D is #102362. Grayscale: #DADADA. Windows color (decimal): -1057635 or 10345711. OLE color: 10345711.

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

Color convert

RGB 239 220 157 -
CMYK 0 0.08 0.34 0.06
HSL 46.1º 0.72% 0.78% -
HSV(B) 46.1º 0.34% 0.94% -
XYZ 67.28 71.97 42.24 -
YUV 218.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 239 220 157 0 0.08 0.34 0.06 46.1 0.72 0.78
Hex EF DC 9D 0 8 22 6 2E 48 4E
Octal 357 334 235 0 10 42 6 56 110 116
Binary 11101111 11011100 10011101 0 1000 100010 110 101110 1001000 1001110

Color Harmonies of #EFDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC9D

Black with #EFDC9D

Text Example


Text Example

White with #EFDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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