Html Css Color HEX #EFDB9B Splash

📋 copy color: '#EFDB9B'

red 239 ◦ green 219 ◦ blue 155

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

Shades of Splash #EFDB9B

Tints of Splash #EFDB9B

RGB

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

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

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

R = 38.99%
G = 35.73%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFDB9B (or 0xEFDB9B) is known color: Splash. HEX triplet: EF, DB and 9B. RGB value is (239,219,155). Sum of RGB (Red+Green+Blue) = 239+219+155=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB9B is #102464. Grayscale: #D9D9D9. Windows color (decimal): -1057893 or 10214383. OLE color: 10214383.

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

Color convert

RGB 239 219 155 -
CMYK 0 0.08 0.35 0.06
HSL 45.71º 0.72% 0.77% -
HSV(B) 45.71º 0.35% 0.94% -
XYZ 66.84 71.38 41.27 -
YUV 217.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 239 219 155 0 0.08 0.35 0.06 45.71 0.72 0.77
Hex EF DB 9B 0 8 23 6 2E 48 4D
Octal 357 333 233 0 10 43 6 56 110 115
Binary 11101111 11011011 10011011 0 1000 100011 110 101110 1001000 1001101

Color Harmonies of #EFDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB9B

Black with #EFDB9B

Text Example


Text Example

White with #EFDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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