Html Css Color HEX #EFDA9B Splash

📋 copy color: '#EFDA9B'

red 239 ◦ green 218 ◦ blue 155

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

Shades of Splash #EFDA9B

Tints of Splash #EFDA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.33%

R = 39.05%
G = 35.62%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFDA9B (or 0xEFDA9B) is known color: Splash. HEX triplet: EF, DA and 9B. RGB value is (239,218,155). Sum of RGB (Red+Green+Blue) = 239+218+155=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9B is #102564. Grayscale: #D9D9D9. Windows color (decimal): -1058149 or 10214127. OLE color: 10214127.

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

Color convert

RGB 239 218 155 -
CMYK 0 0.09 0.35 0.06
HSL 45º 0.72% 0.77% -
HSV(B) 45º 0.35% 0.94% -
XYZ 66.58 70.86 41.18 -
YUV 217.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 239 218 155 0 0.09 0.35 0.06 45 0.72 0.77
Hex EF DA 9B 0 9 23 6 2D 48 4D
Octal 357 332 233 0 11 43 6 55 110 115
Binary 11101111 11011010 10011011 0 1001 100011 110 101101 1001000 1001101

Color Harmonies of #EFDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA9B

Black with #EFDA9B

Text Example


Text Example

White with #EFDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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