Html Css Color HEX #EFD595 Splash

📋 copy color: '#EFD595'

red 239 ◦ green 213 ◦ blue 149

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

Shades of Splash #EFD595

Tints of Splash #EFD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

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

R = 39.77%
G = 35.44%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFD595 (or 0xEFD595) is known color: Splash. HEX triplet: EF, D5 and 95. RGB value is (239,213,149). Sum of RGB (Red+Green+Blue) = 239+213+149=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD595 is #102A6A. Grayscale: #D5D5D5. Windows color (decimal): -1059435 or 9819631. OLE color: 9819631.

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

Color convert

RGB 239 213 149 -
CMYK 0 0.11 0.38 0.06
HSL 42.67º 0.74% 0.76% -
HSV(B) 42.67º 0.38% 0.94% -
XYZ 64.82 68.11 38.16 -
YUV 213.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 239 213 149 0 0.11 0.38 0.06 42.67 0.74 0.76
Hex EF D5 95 0 B 26 6 2B 4A 4C
Octal 357 325 225 0 13 46 6 53 112 114
Binary 11101111 11010101 10010101 0 1011 100110 110 101011 1001010 1001100

Color Harmonies of #EFD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD595

Black with #EFD595

Text Example


Text Example

White with #EFD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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