Html Css Color HEX #EFDC9F Splash

📋 copy color: '#EFDC9F'

red 239 ◦ green 220 ◦ blue 159

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

Shades of Splash #EFDC9F

Tints of Splash #EFDC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.73%

R = 38.67%
G = 35.6%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFDC9F (or 0xEFDC9F) is known color: Splash. HEX triplet: EF, DC and 9F. RGB value is (239,220,159). Sum of RGB (Red+Green+Blue) = 239+220+159=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC9F is #102360. Grayscale: #DADADA. Windows color (decimal): -1057633 or 10476783. OLE color: 10476783.

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

Color convert

RGB 239 220 159 -
CMYK 0 0.08 0.33 0.06
HSL 45.75º 0.71% 0.78% -
HSV(B) 45.75º 0.33% 0.94% -
XYZ 67.45 72.04 43.15 -
YUV 218.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 239 220 159 0 0.08 0.33 0.06 45.75 0.71 0.78
Hex EF DC 9F 0 8 21 6 2E 47 4E
Octal 357 334 237 0 10 41 6 56 107 116
Binary 11101111 11011100 10011111 0 1000 100001 110 101110 1000111 1001110

Color Harmonies of #EFDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC9F

Black with #EFDC9F

Text Example


Text Example

White with #EFDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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