Html Css Color HEX #EFDBA1 Splash

📋 copy color: '#EFDBA1'

red 239 ◦ green 219 ◦ blue 161

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

Shades of Splash #EFDBA1

Tints of Splash #EFDBA1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 38.61%
G = 35.38%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFDBA1 (or 0xEFDBA1) is known color: Splash. HEX triplet: EF, DB and A1. RGB value is (239,219,161). Sum of RGB (Red+Green+Blue) = 239+219+161=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA1 is #10245E. Grayscale: #DADADA. Windows color (decimal): -1057887 or 10607599. OLE color: 10607599.

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

Color convert

RGB 239 219 161 -
CMYK 0 0.08 0.33 0.06
HSL 44.62º 0.71% 0.78% -
HSV(B) 44.62º 0.33% 0.94% -
XYZ 67.36 71.59 43.99 -
YUV 218.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 239 219 161 0 0.08 0.33 0.06 44.62 0.71 0.78
Hex EF DB A1 0 8 21 6 2D 47 4E
Octal 357 333 241 0 10 41 6 55 107 116
Binary 11101111 11011011 10100001 0 1000 100001 110 101101 1000111 1001110

Color Harmonies of #EFDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBA1

Black with #EFDBA1

Text Example


Text Example

White with #EFDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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