Html Css Color HEX #EFD891 Splash

📋 copy color: '#EFD891'

red 239 ◦ green 216 ◦ blue 145

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

Shades of Splash #EFD891

Tints of Splash #EFD891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.17%

R = 39.83%
G = 36%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFD891 (or 0xEFD891) is known color: Splash. HEX triplet: EF, D8 and 91. RGB value is (239,216,145). Sum of RGB (Red+Green+Blue) = 239+216+145=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD891 is #10276E. Grayscale: #D7D7D7. Windows color (decimal): -1058671 or 9558255. OLE color: 9558255.

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

Color convert

RGB 239 216 145 -
CMYK 0 0.10 0.39 0.06
HSL 45.32º 0.75% 0.75% -
HSV(B) 45.32º 0.39% 0.94% -
XYZ 65.26 69.51 36.76 -
YUV 214.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 239 216 145 0 0.10 0.39 0.06 45.32 0.75 0.75
Hex EF D8 91 0 A 27 6 2D 4B 4B
Octal 357 330 221 0 12 47 6 55 113 113
Binary 11101111 11011000 10010001 0 1010 100111 110 101101 1001011 1001011

Color Harmonies of #EFD891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD891

Black with #EFD891

Text Example


Text Example

White with #EFD891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD891; }

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

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

background-color css

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

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

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

border-color css

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

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

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