Html Css Color HEX #EFD99C Splash

📋 copy color: '#EFD99C'

red 239 ◦ green 217 ◦ blue 156

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

Shades of Splash #EFD99C

Tints of Splash #EFD99C

RGB

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

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

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

R = 39.05%
G = 35.46%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD99C (or 0xEFD99C) is known color: Splash. HEX triplet: EF, D9 and 9C. RGB value is (239,217,156). Sum of RGB (Red+Green+Blue) = 239+217+156=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD99C is #102663. Grayscale: #D8D8D8. Windows color (decimal): -1058404 or 10279407. OLE color: 10279407.

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

Color convert

RGB 239 217 156 -
CMYK 0 0.09 0.35 0.06
HSL 44.1º 0.72% 0.77% -
HSV(B) 44.1º 0.35% 0.94% -
XYZ 66.41 70.38 41.54 -
YUV 216.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 239 217 156 0 0.09 0.35 0.06 44.1 0.72 0.77
Hex EF D9 9C 0 9 23 6 2C 48 4D
Octal 357 331 234 0 11 43 6 54 110 115
Binary 11101111 11011001 10011100 0 1001 100011 110 101100 1001000 1001101

Color Harmonies of #EFD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD99C

Black with #EFD99C

Text Example


Text Example

White with #EFD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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