Html Css Color HEX #EFDBA3 Splash

📋 copy color: '#EFDBA3'

red 239 ◦ green 219 ◦ blue 163

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

Shades of Splash #EFDBA3

Tints of Splash #EFDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.25%

R = 38.49%
G = 35.27%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFDBA3 (or 0xEFDBA3) is known color: Splash. HEX triplet: EF, DB and A3. RGB value is (239,219,163). Sum of RGB (Red+Green+Blue) = 239+219+163=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA3 is #10245C. Grayscale: #DADADA. Windows color (decimal): -1057885 or 10738671. OLE color: 10738671.

HSL color Cylindrical-coordinate representation of color #EFDBA3: hue angle of 44.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFDBA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 163 -
CMYK 0 0.08 0.32 0.06
HSL 44.21º 0.7% 0.79% -
HSV(B) 44.21º 0.32% 0.94% -
XYZ 67.54 71.66 44.92 -
YUV 218.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 239 219 163 0 0.08 0.32 0.06 44.21 0.7 0.79
Hex EF DB A3 0 8 20 6 2C 46 4F
Octal 357 333 243 0 10 40 6 54 106 117
Binary 11101111 11011011 10100011 0 1000 100000 110 101100 1000110 1001111

Color Harmonies of #EFDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBA3

Black with #EFDBA3

Text Example


Text Example

White with #EFDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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