#EFD597

Color #EFD597 Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #EFD597

Tints of Splash #EFD597

Color information

#EFD597 (or 0xEFD597) is unknown color: approx Splash. HEX triplet: EF, D5 and 97. RGB value is (239,213,151). Sum of RGB (Red+Green+Blue) = 239+213+151=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD597 is #102A68. Grayscale: #D5D5D5. Windows color (decimal): -1059433 or 9950703. OLE color: 9950703.

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

Color convert

RGB239213151-
CMYK00.110.370.06
HSL42.27º73.33%76.47%-
HSV(B)42.27º36.82%93.73%-
XYZ64.9868.1739.01-
YUV213.7192.61146.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=39.64%
G=35.32%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921315100.110.370.0642.2773.3376.47
HexEFD5970B2562a494c
Octal35732522701345652111114
Binary1110111111010101100101110101110010111010101010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD597; }

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

 H1.HeaderClassName
 {
   color: #EFD597;
 }
 .AnyTagClassName
 {
   color: #EFD597;
 }
</style>
background-color css

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

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

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

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

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

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