Html Css Color HEX #EFD48F Splash

📋 copy color: '#EFD48F'

red 239 ◦ green 212 ◦ blue 143

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

Shades of Splash #EFD48F

Tints of Splash #EFD48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.69%

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 40.24%
G = 35.69%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD48F (or 0xEFD48F) is known color: Splash. HEX triplet: EF, D4 and 8F. RGB value is (239,212,143). Sum of RGB (Red+Green+Blue) = 239+212+143=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD48F is #102B70. Grayscale: #D4D4D4. Windows color (decimal): -1059697 or 9426159. OLE color: 9426159.

HSL color Cylindrical-coordinate representation of color #EFD48F: hue angle of 43.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFD48F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 143 -
CMYK 0 0.11 0.40 0.06
HSL 43.13º 0.75% 0.75% -
HSV(B) 43.13º 0.4% 0.94% -
XYZ 64.1 67.42 35.62 -
YUV 212.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 239 212 143 0 0.11 0.40 0.06 43.13 0.75 0.75
Hex EF D4 8F 0 B 28 6 2B 4B 4B
Octal 357 324 217 0 13 50 6 53 113 113
Binary 11101111 11010100 10001111 0 1011 101000 110 101011 1001011 1001011

Color Harmonies of #EFD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD48F

Black with #EFD48F

Text Example


Text Example

White with #EFD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD48F; }

 p { color: rgb(239,212,143); }

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

background-color css

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

 a { background-color: rgb(239,212,143); }

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

border-color css

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

 span { border-color: rgb(239,212,143); }

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