Html Css Color HEX #EFD9A1 Splash

📋 copy color: '#EFD9A1'

red 239 ◦ green 217 ◦ blue 161

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

Shades of Splash #EFD9A1

Tints of Splash #EFD9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.09%

R = 38.74%
G = 35.17%
B = 26.09%

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

#EFD9A1 (or 0xEFD9A1) is known color: Splash. HEX triplet: EF, D9 and A1. RGB value is (239,217,161). Sum of RGB (Red+Green+Blue) = 239+217+161=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A1 is #10265E. Grayscale: #D9D9D9. Windows color (decimal): -1058399 or 10607087. OLE color: 10607087.

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

Color convert

RGB 239 217 161 -
CMYK 0 0.09 0.33 0.06
HSL 43.08º 0.71% 0.78% -
HSV(B) 43.08º 0.33% 0.94% -
XYZ 66.84 70.55 43.81 -
YUV 217.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 239 217 161 0 0.09 0.33 0.06 43.08 0.71 0.78
Hex EF D9 A1 0 9 21 6 2B 47 4E
Octal 357 331 241 0 11 41 6 53 107 116
Binary 11101111 11011001 10100001 0 1001 100001 110 101011 1000111 1001110

Color Harmonies of #EFD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9A1

Black with #EFD9A1

Text Example


Text Example

White with #EFD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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