Html Css Color HEX #EFD695 Splash

📋 copy color: '#EFD695'

red 239 ◦ green 214 ◦ blue 149

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

Shades of Splash #EFD695

Tints of Splash #EFD695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.75%

R = 39.7%
G = 35.55%
B = 24.75%

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

#EFD695 (or 0xEFD695) is known color: Splash. HEX triplet: EF, D6 and 95. RGB value is (239,214,149). Sum of RGB (Red+Green+Blue) = 239+214+149=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD695 is #10296A. Grayscale: #D6D6D6. Windows color (decimal): -1059179 or 9819887. OLE color: 9819887.

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

Color convert

RGB 239 214 149 -
CMYK 0 0.10 0.38 0.06
HSL 43.33º 0.74% 0.76% -
HSV(B) 43.33º 0.38% 0.94% -
XYZ 65.07 68.61 38.25 -
YUV 214.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 239 214 149 0 0.10 0.38 0.06 43.33 0.74 0.76
Hex EF D6 95 0 A 26 6 2B 4A 4C
Octal 357 326 225 0 12 46 6 53 112 114
Binary 11101111 11010110 10010101 0 1010 100110 110 101011 1001010 1001100

Color Harmonies of #EFD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD695

Black with #EFD695

Text Example


Text Example

White with #EFD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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