Html Css Color HEX #EFD593 Splash

📋 copy color: '#EFD593'

red 239 ◦ green 213 ◦ blue 147

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

Shades of Splash #EFD593

Tints of Splash #EFD593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 39.9%
G = 35.56%
B = 24.54%

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

#EFD593 (or 0xEFD593) is known color: Splash. HEX triplet: EF, D5 and 93. RGB value is (239,213,147). Sum of RGB (Red+Green+Blue) = 239+213+147=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD593 is #102A6C. Grayscale: #D5D5D5. Windows color (decimal): -1059437 or 9688559. OLE color: 9688559.

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

Color convert

RGB 239 213 147 -
CMYK 0 0.11 0.38 0.06
HSL 43.04º 0.74% 0.76% -
HSV(B) 43.04º 0.38% 0.94% -
XYZ 64.66 68.05 37.33 -
YUV 213.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 239 213 147 0 0.11 0.38 0.06 43.04 0.74 0.76
Hex EF D5 93 0 B 26 6 2B 4A 4C
Octal 357 325 223 0 13 46 6 53 112 114
Binary 11101111 11010101 10010011 0 1011 100110 110 101011 1001010 1001100

Color Harmonies of #EFD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD593

Black with #EFD593

Text Example


Text Example

White with #EFD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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