Html Css Color HEX #EFD495 Splash

📋 copy color: '#EFD495'

red 239 ◦ green 212 ◦ blue 149

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

Shades of Splash #EFD495

Tints of Splash #EFD495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.33%

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

R = 39.83%
G = 35.33%
B = 24.83%

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

#EFD495 (or 0xEFD495) is known color: Splash. HEX triplet: EF, D4 and 95. RGB value is (239,212,149). Sum of RGB (Red+Green+Blue) = 239+212+149=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD495 is #102B6A. Grayscale: #D5D5D5. Windows color (decimal): -1059691 or 9819375. OLE color: 9819375.

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

Color convert

RGB 239 212 149 -
CMYK 0 0.11 0.38 0.06
HSL 42º 0.74% 0.76% -
HSV(B) 42º 0.38% 0.94% -
XYZ 64.56 67.61 38.08 -
YUV 212.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 239 212 149 0 0.11 0.38 0.06 42 0.74 0.76
Hex EF D4 95 0 B 26 6 2A 4A 4C
Octal 357 324 225 0 13 46 6 52 112 114
Binary 11101111 11010100 10010101 0 1011 100110 110 101010 1001010 1001100

Color Harmonies of #EFD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD495

Black with #EFD495

Text Example


Text Example

White with #EFD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD495; }

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

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

background-color css

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

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

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

border-color css

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

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

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