Html Css Color HEX #EFD19C Splash

📋 copy color: '#EFD19C'

red 239 ◦ green 209 ◦ blue 156

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

Shades of Splash #EFD19C

Tints of Splash #EFD19C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

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

R = 39.57%
G = 34.6%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD19C (or 0xEFD19C) is known color: Splash. HEX triplet: EF, D1 and 9C. RGB value is (239,209,156). Sum of RGB (Red+Green+Blue) = 239+209+156=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19C is #102E63. Grayscale: #D4D4D4. Windows color (decimal): -1060452 or 10277359. OLE color: 10277359.

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

Color convert

RGB 239 209 156 -
CMYK 0 0.13 0.35 0.06
HSL 38.31º 0.72% 0.77% -
HSV(B) 38.31º 0.35% 0.94% -
XYZ 64.4 66.35 40.87 -
YUV 211.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 239 209 156 0 0.13 0.35 0.06 38.31 0.72 0.77
Hex EF D1 9C 0 D 23 6 26 48 4D
Octal 357 321 234 0 15 43 6 46 110 115
Binary 11101111 11010001 10011100 0 1101 100011 110 100110 1001000 1001101

Color Harmonies of #EFD19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD19C

Black with #EFD19C

Text Example


Text Example

White with #EFD19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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