Html Css Color HEX #EFD696 Splash

📋 copy color: '#EFD696'

red 239 ◦ green 214 ◦ blue 150

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

Shades of Splash #EFD696

Tints of Splash #EFD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 39.64%
G = 35.49%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFD696 (or 0xEFD696) is known color: Splash. HEX triplet: EF, D6 and 96. RGB value is (239,214,150). Sum of RGB (Red+Green+Blue) = 239+214+150=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD696 is #102969. Grayscale: #D6D6D6. Windows color (decimal): -1059178 or 9885423. OLE color: 9885423.

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

Color convert

RGB 239 214 150 -
CMYK 0 0.10 0.37 0.06
HSL 43.15º 0.74% 0.76% -
HSV(B) 43.15º 0.37% 0.94% -
XYZ 65.15 68.65 38.67 -
YUV 214.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 239 214 150 0 0.10 0.37 0.06 43.15 0.74 0.76
Hex EF D6 96 0 A 25 6 2B 4A 4C
Octal 357 326 226 0 12 45 6 53 112 114
Binary 11101111 11010110 10010110 0 1010 100101 110 101011 1001010 1001100

Color Harmonies of #EFD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD696

Black with #EFD696

Text Example


Text Example

White with #EFD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD696; }

 p { color: rgb(239,214,150); }

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

background-color css

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

 a { background-color: rgb(239,214,150); }

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

border-color css

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

 span { border-color: rgb(239,214,150); }

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