Html Css Color HEX #EFD39B Splash

📋 copy color: '#EFD39B'

red 239 ◦ green 211 ◦ blue 155

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

Shades of Splash #EFD39B

Tints of Splash #EFD39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 39.5%
G = 34.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD39B (or 0xEFD39B) is known color: Splash. HEX triplet: EF, D3 and 9B. RGB value is (239,211,155). Sum of RGB (Red+Green+Blue) = 239+211+155=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD39B is #102C64. Grayscale: #D5D5D5. Windows color (decimal): -1059941 or 10212335. OLE color: 10212335.

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

Color convert

RGB 239 211 155 -
CMYK 0 0.12 0.35 0.06
HSL 40º 0.72% 0.77% -
HSV(B) 40º 0.35% 0.94% -
XYZ 64.81 67.31 40.59 -
YUV 212.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 239 211 155 0 0.12 0.35 0.06 40 0.72 0.77
Hex EF D3 9B 0 C 23 6 28 48 4D
Octal 357 323 233 0 14 43 6 50 110 115
Binary 11101111 11010011 10011011 0 1100 100011 110 101000 1001000 1001101

Color Harmonies of #EFD39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD39B

Black with #EFD39B

Text Example


Text Example

White with #EFD39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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