Html Css Color HEX #EFD59D Splash

📋 copy color: '#EFD59D'

red 239 ◦ green 213 ◦ blue 157

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

Shades of Splash #EFD59D

Tints of Splash #EFD59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 39.24%
G = 34.98%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD59D (or 0xEFD59D) is known color: Splash. HEX triplet: EF, D5 and 9D. RGB value is (239,213,157). Sum of RGB (Red+Green+Blue) = 239+213+157=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59D is #102A62. Grayscale: #D6D6D6. Windows color (decimal): -1059427 or 10343919. OLE color: 10343919.

HSL color Cylindrical-coordinate representation of color #EFD59D: hue angle of 40.98º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD59D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 157 -
CMYK 0 0.11 0.34 0.06
HSL 40.98º 0.72% 0.78% -
HSV(B) 40.98º 0.34% 0.94% -
XYZ 65.48 68.37 41.64 -
YUV 214.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 239 213 157 0 0.11 0.34 0.06 40.98 0.72 0.78
Hex EF D5 9D 0 B 22 6 29 48 4E
Octal 357 325 235 0 13 42 6 51 110 116
Binary 11101111 11010101 10011101 0 1011 100010 110 101001 1001000 1001110

Color Harmonies of #EFD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD59D

Black with #EFD59D

Text Example


Text Example

White with #EFD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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