Html Css Color HEX #EFD69C Splash

📋 copy color: '#EFD69C'

red 239 ◦ green 214 ◦ blue 156

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

Shades of Splash #EFD69C

Tints of Splash #EFD69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.62%

R = 39.24%
G = 35.14%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD69C (or 0xEFD69C) is known color: Splash. HEX triplet: EF, D6 and 9C. RGB value is (239,214,156). Sum of RGB (Red+Green+Blue) = 239+214+156=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD69C is #102963. Grayscale: #D7D7D7. Windows color (decimal): -1059172 or 10278639. OLE color: 10278639.

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

Color convert

RGB 239 214 156 -
CMYK 0 0.10 0.35 0.06
HSL 41.93º 0.72% 0.77% -
HSV(B) 41.93º 0.35% 0.94% -
XYZ 65.64 68.84 41.28 -
YUV 214.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 239 214 156 0 0.10 0.35 0.06 41.93 0.72 0.77
Hex EF D6 9C 0 A 23 6 2A 48 4D
Octal 357 326 234 0 12 43 6 52 110 115
Binary 11101111 11010110 10011100 0 1010 100011 110 101010 1001000 1001101

Color Harmonies of #EFD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD69C

Black with #EFD69C

Text Example


Text Example

White with #EFD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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