Html Css Color HEX #EFD699 Splash

📋 copy color: '#EFD699'

red 239 ◦ green 214 ◦ blue 153

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

Shades of Splash #EFD699

Tints of Splash #EFD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

 BLUE value IS 153 (60.16% from 255) = 25.25%

R = 39.44%
G = 35.31%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFD699 (or 0xEFD699) is known color: Splash. HEX triplet: EF, D6 and 99. RGB value is (239,214,153). Sum of RGB (Red+Green+Blue) = 239+214+153=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD699 is #102966. Grayscale: #D6D6D6. Windows color (decimal): -1059175 or 10082031. OLE color: 10082031.

HSL color Cylindrical-coordinate representation of color #EFD699: hue angle of 42.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD699 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 153 -
CMYK 0 0.10 0.36 0.06
HSL 42.56º 0.73% 0.77% -
HSV(B) 42.56º 0.36% 0.94% -
XYZ 65.39 68.74 39.96 -
YUV 214.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 239 214 153 0 0.10 0.36 0.06 42.56 0.73 0.77
Hex EF D6 99 0 A 24 6 2B 49 4D
Octal 357 326 231 0 12 44 6 53 111 115
Binary 11101111 11010110 10011001 0 1010 100100 110 101011 1001001 1001101

Color Harmonies of #EFD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD699

Black with #EFD699

Text Example


Text Example

White with #EFD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD699; }

 p { color: rgb(239,214,153); }

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

background-color css

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

 a { background-color: rgb(239,214,153); }

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

border-color css

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

 span { border-color: rgb(239,214,153); }

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