Html Css Color HEX #EFD893 Splash

📋 copy color: '#EFD893'

red 239 ◦ green 216 ◦ blue 147

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

Shades of Splash #EFD893

Tints of Splash #EFD893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.42%

R = 39.7%
G = 35.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFD893 (or 0xEFD893) is known color: Splash. HEX triplet: EF, D8 and 93. RGB value is (239,216,147). Sum of RGB (Red+Green+Blue) = 239+216+147=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD893 is #10276C. Grayscale: #D7D7D7. Windows color (decimal): -1058669 or 9689327. OLE color: 9689327.

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

Color convert

RGB 239 216 147 -
CMYK 0 0.10 0.38 0.06
HSL 45º 0.74% 0.76% -
HSV(B) 45º 0.38% 0.94% -
XYZ 65.42 69.57 37.58 -
YUV 215.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 239 216 147 0 0.10 0.38 0.06 45 0.74 0.76
Hex EF D8 93 0 A 26 6 2D 4A 4C
Octal 357 330 223 0 12 46 6 55 112 114
Binary 11101111 11011000 10010011 0 1010 100110 110 101101 1001010 1001100

Color Harmonies of #EFD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD893

Black with #EFD893

Text Example


Text Example

White with #EFD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD893; }

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

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

background-color css

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

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

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

border-color css

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

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

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