Html Css Color HEX #EFDAA2 Splash

📋 copy color: '#EFDAA2'

red 239 ◦ green 218 ◦ blue 162

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

Shades of Splash #EFDAA2

Tints of Splash #EFDAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

 BLUE value IS 162 (63.67% from 255) = 26.17%

R = 38.61%
G = 35.22%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFDAA2 (or 0xEFDAA2) is known color: Splash. HEX triplet: EF, DA and A2. RGB value is (239,218,162). Sum of RGB (Red+Green+Blue) = 239+218+162=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA2 is #10255D. Grayscale: #DADADA. Windows color (decimal): -1058142 or 10672879. OLE color: 10672879.

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

Color convert

RGB 239 218 162 -
CMYK 0 0.09 0.32 0.06
HSL 43.64º 0.71% 0.79% -
HSV(B) 43.64º 0.32% 0.94% -
XYZ 67.19 71.1 44.37 -
YUV 217.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 239 218 162 0 0.09 0.32 0.06 43.64 0.71 0.79
Hex EF DA A2 0 9 20 6 2C 47 4F
Octal 357 332 242 0 11 40 6 54 107 117
Binary 11101111 11011010 10100010 0 1001 100000 110 101100 1000111 1001111

Color Harmonies of #EFDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAA2

Black with #EFDAA2

Text Example


Text Example

White with #EFDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAA2; }

 p { color: rgb(239,218,162); }

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

background-color css

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

 a { background-color: rgb(239,218,162); }

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

border-color css

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

 span { border-color: rgb(239,218,162); }

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