Html Css Color HEX #EFD99F Splash

📋 copy color: '#EFD99F'

red 239 ◦ green 217 ◦ blue 159

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

Shades of Splash #EFD99F

Tints of Splash #EFD99F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 159 (62.5% from 255) = 25.85%

R = 38.86%
G = 35.28%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFD99F (or 0xEFD99F) is known color: Splash. HEX triplet: EF, D9 and 9F. RGB value is (239,217,159). Sum of RGB (Red+Green+Blue) = 239+217+159=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD99F is #102660. Grayscale: #D9D9D9. Windows color (decimal): -1058401 or 10476015. OLE color: 10476015.

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

Color convert

RGB 239 217 159 -
CMYK 0 0.09 0.33 0.06
HSL 43.5º 0.71% 0.78% -
HSV(B) 43.5º 0.33% 0.94% -
XYZ 66.67 70.48 42.89 -
YUV 216.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 239 217 159 0 0.09 0.33 0.06 43.5 0.71 0.78
Hex EF D9 9F 0 9 21 6 2C 47 4E
Octal 357 331 237 0 11 41 6 54 107 116
Binary 11101111 11011001 10011111 0 1001 100001 110 101100 1000111 1001110

Color Harmonies of #EFD99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD99F

Black with #EFD99F

Text Example


Text Example

White with #EFD99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD99F; }

 p { color: rgb(239,217,159); }

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

background-color css

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

 a { background-color: rgb(239,217,159); }

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

border-color css

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

 span { border-color: rgb(239,217,159); }

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