Html Css Color HEX #EFD890 Splash

📋 copy color: '#EFD890'

red 239 ◦ green 216 ◦ blue 144

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

Shades of Splash #EFD890

Tints of Splash #EFD890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.04%

R = 39.9%
G = 36.06%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD890 (or 0xEFD890) is known color: Splash. HEX triplet: EF, D8 and 90. RGB value is (239,216,144). Sum of RGB (Red+Green+Blue) = 239+216+144=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD890 is #10276F. Grayscale: #D6D6D6. Windows color (decimal): -1058672 or 9492719. OLE color: 9492719.

HSL color Cylindrical-coordinate representation of color #EFD890: hue angle of 45.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFD890 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 144 -
CMYK 0 0.10 0.40 0.06
HSL 45.47º 0.75% 0.75% -
HSV(B) 45.47º 0.4% 0.94% -
XYZ 65.19 69.48 36.36 -
YUV 214.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 239 216 144 0 0.10 0.40 0.06 45.47 0.75 0.75
Hex EF D8 90 0 A 28 6 2D 4B 4B
Octal 357 330 220 0 12 50 6 55 113 113
Binary 11101111 11011000 10010000 0 1010 101000 110 101101 1001011 1001011

Color Harmonies of #EFD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD890

Black with #EFD890

Text Example


Text Example

White with #EFD890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD890; }

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

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

background-color css

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

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

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

border-color css

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

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

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